#F19BAB

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

Shades of Illusion #F19BAB

Tints of Illusion #F19BAB

Color information

#F19BAB (or 0xF19BAB) is unknown color: approx Illusion. HEX triplet: F1, 9B and AB. RGB value is (241,155,171). Sum of RGB (Red+Green+Blue) = 241+155+171=567 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.50% from 567); Green value is 155 (60.94% from 255 or 27.34% from 567); Blue value is 171 (67.19% from 255 or 30.16% from 567); Max value from RGB is 241 - color contains mainly: red. Hex color #F19BAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19BAB is #0E6454. Grayscale: #B6B6B6. Windows color (decimal): -943189 or 11246577. OLE color: 11246577.

HSL color Cylindrical-coordinate representation of color #F19BAB: hue angle of 348.84º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F19BAB is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB241155171-
CMYK00.360.290.05
HSL348.84º75.44%77.65%-
HSV(B)348.84º35.68%94.51%-
XYZ55.3545.0844.31-
YUV182.54121.49169.7-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.50%
GREEN value IS 155 (60.94% from 255) = 27.34%
BLUE value IS 171 (67.19% from 255) = 30.16%
R=42.50%
G=27.34%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115517100.360.290.05348.8475.4477.65
HexF19BAB0241D515d4b4e
Octal361233253044355535113116
Binary11110001100110111010101101001001110110110101110110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19BAB; }

 p { color: rgb(241,155,171); }

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

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

 a { background-color: rgb(241,155,171); }

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

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

 span { border-color: rgb(241,155,171); }

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