#F19DAB

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

Shades of Illusion #F19DAB

Tints of Illusion #F19DAB

Color information

#F19DAB (or 0xF19DAB) is unknown color: approx Illusion. HEX triplet: F1, 9D and AB. RGB value is (241,157,171). Sum of RGB (Red+Green+Blue) = 241+157+171=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 157 (61.72% from 255 or 27.59% from 569); Blue value is 171 (67.19% from 255 or 30.05% from 569); Max value from RGB is 241 - color contains mainly: red. Hex color #F19DAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19DAB is #0E6254. Grayscale: #B7B7B7. Windows color (decimal): -942677 or 11247089. OLE color: 11247089.

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

Color convert

RGB241157171-
CMYK00.350.290.05
HSL350º75%78.04%-
HSV(B)350º34.85%94.51%-
XYZ55.6845.7544.42-
YUV183.71120.83168.86-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.36%
GREEN value IS 157 (61.72% from 255) = 27.59%
BLUE value IS 171 (67.19% from 255) = 30.05%
R=42.36%
G=27.59%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115717100.350.290.053507578.04
HexF19DAB0231D515e4b4e
Octal361235253043355536113116
Binary11110001100111011010101101000111110110110101111010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19DAB; }

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

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

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

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

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

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

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

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