#F1B492

Color #F1B492 Mandys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandys Pink #F1B492

Tints of Mandys Pink #F1B492

Color information

#F1B492 (or 0xF1B492) is unknown color: approx Mandys Pink. HEX triplet: F1, B4 and 92. RGB value is (241,180,146). Sum of RGB (Red+Green+Blue) = 241+180+146=567 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.50% from 567); Green value is 180 (70.70% from 255 or 31.75% from 567); Blue value is 146 (57.42% from 255 or 25.75% from 567); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B492 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B492 is #0E4B6D. Grayscale: #C2C2C2. Windows color (decimal): -936814 or 9614577. OLE color: 9614577.

HSL color Cylindrical-coordinate representation of color #F1B492: hue angle of 21.47º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F1B492 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB241180146-
CMYK00.250.390.05
HSL21.47º77.24%75.88%-
HSV(B)21.47º39.42%94.51%-
XYZ57.7953.4234.46-
YUV194.36100.71161.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 42.50%
GREEN value IS 180 (70.70% from 255) = 31.75%
BLUE value IS 146 (57.42% from 255) = 25.75%
R=42.50%
G=31.75%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118014600.250.390.0521.4777.2475.88
HexF1B492019275154d4c
Octal36126422203147525115114
Binary1111000110110100100100100110011001111011010110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B492; }

 p { color: rgb(241,180,146); }

 H1.HeaderClassName
 {
   color: #F1B492;
 }
 .AnyTagClassName
 {
   color: #F1B492;
 }
</style>
background-color css

<style>
 a { background-color: #F1B492; }

 a { background-color: rgb(241,180,146); }

 div.DivClassName
 {
   background-color: #F1B492;
 }
 .BgClassName
 {
   background-color: #F1B492;
 }
</style>
border-color css

<style>
 span { border-color: #F1B492; }

 span { border-color: rgb(241,180,146); }

 td.TdClassName
 {
   border-color: #F1B492;
 }
 .TagClassName
 {
   border-color: #F1B492;
 }
</style>