#f08eae

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

Shades of Illusion #F08EAE

Tints of Illusion #F08EAE

Color information

#F08EAE (or 0xF08EAE) is unknown color: approx Illusion. HEX triplet: F0, 8E and AE. RGB value is (240,142,174). Sum of RGB (Red+Green+Blue) = 240+142+174=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 142 (55.86% from 255 or 25.54% from 556); Blue value is 174 (68.36% from 255 or 31.29% from 556); Max value from RGB is 240 - color contains mainly: red. Hex color #F08EAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08EAE is #0F7151. Grayscale: #AEAEAE. Windows color (decimal): -1012050 or 11439856. OLE color: 11439856.

HSL color Cylindrical-coordinate representation of color #F08EAE: hue angle of 340.41º 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 #F08EAE is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB240142174-
CMYK00.410.280.06
HSL340.41º76.56%74.9%-
HSV(B)340.41º40.83%94.12%-
XYZ53.2540.9345.14-
YUV174.95127.47174.4-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.17%
GREEN value IS 142 (55.86% from 255) = 25.54%
BLUE value IS 174 (68.36% from 255) = 31.29%
R=43.17%
G=25.54%
B=31.29%

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
Decimal24014217400.410.280.06340.4176.5674.9
HexF08EAE0291C61544d4b
Octal360216256051346524115113
Binary11110000100011101010111001010011110011010101010010011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f08eae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f08eae; }

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

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

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

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

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

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

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

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