#F29EAD

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

Shades of Illusion #F29EAD

Tints of Illusion #F29EAD

Color information

#F29EAD (or 0xF29EAD) is unknown color: approx Illusion. HEX triplet: F2, 9E and AD. RGB value is (242,158,173). Sum of RGB (Red+Green+Blue) = 242+158+173=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 158 (62.11% from 255 or 27.57% from 573); Blue value is 173 (67.97% from 255 or 30.19% from 573); Max value from RGB is 242 - color contains mainly: red. Hex color #F29EAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29EAD is #0D6152. Grayscale: #B8B8B8. Windows color (decimal): -876883 or 11378418. OLE color: 11378418.

HSL color Cylindrical-coordinate representation of color #F29EAD: hue angle of 349.29º degrees, saturation: 0.76, 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 #F29EAD is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB242158173-
CMYK00.350.290.05
HSL349.29º76.36%78.43%-
HSV(B)349.29º34.71%94.9%-
XYZ56.3946.3545.51-
YUV184.83121.33168.78-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.23%
GREEN value IS 158 (62.11% from 255) = 27.57%
BLUE value IS 173 (67.97% from 255) = 30.19%
R=42.23%
G=27.57%
B=30.19%

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
Decimal24215817300.350.290.05349.2976.3678.43
HexF29EAD0231D515d4c4e
Octal362236255043355535114116
Binary11110010100111101010110101000111110110110101110110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29EAD; }

 p { color: rgb(242,158,173); }

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

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

 a { background-color: rgb(242,158,173); }

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

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

 span { border-color: rgb(242,158,173); }

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