#F08DAE

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

Shades of Illusion #F08DAE

Tints of Illusion #F08DAE

Color information

#F08DAE (or 0xF08DAE) is unknown color: approx Illusion. HEX triplet: F0, 8D and AE. RGB value is (240,141,174). Sum of RGB (Red+Green+Blue) = 240+141+174=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 141 (55.47% from 255 or 25.41% from 555); Blue value is 174 (68.36% from 255 or 31.35% from 555); Max value from RGB is 240 - color contains mainly: red. Hex color #F08DAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08DAE is #0F7251. Grayscale: #AEAEAE. Windows color (decimal): -1012306 or 11439600. OLE color: 11439600.

HSL color Cylindrical-coordinate representation of color #F08DAE: hue angle of 340º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F08DAE is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB240141174-
CMYK00.410.280.06
HSL340º76.74%74.71%-
HSV(B)340º41.25%94.12%-
XYZ53.140.6345.09-
YUV174.36127.8174.82-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.24%
GREEN value IS 141 (55.47% from 255) = 25.41%
BLUE value IS 174 (68.36% from 255) = 31.35%
R=43.24%
G=25.41%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014117400.410.280.0634076.7474.71
HexF08DAE0291C61544d4b
Octal360215256051346524115113
Binary11110000100011011010111001010011110011010101010010011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08DAE; }

 p { color: rgb(240,141,174); }

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

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

 a { background-color: rgb(240,141,174); }

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

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

 span { border-color: rgb(240,141,174); }

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