#F29FAE

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

Shades of Illusion #F29FAE

Tints of Illusion #F29FAE

Color information

#F29FAE (or 0xF29FAE) is unknown color: approx Illusion. HEX triplet: F2, 9F and AE. RGB value is (242,159,174). Sum of RGB (Red+Green+Blue) = 242+159+174=575 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.09% from 575); Green value is 159 (62.5% from 255 or 27.65% from 575); Blue value is 174 (68.36% from 255 or 30.26% from 575); Max value from RGB is 242 - color contains mainly: red. Hex color #F29FAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29FAE is #0D6051. Grayscale: #B9B9B9. Windows color (decimal): -876626 or 11444210. OLE color: 11444210.

HSL color Cylindrical-coordinate representation of color #F29FAE: hue angle of 349.16º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F29FAE is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB242159174-
CMYK00.340.280.05
HSL349.16º76.15%78.63%-
HSV(B)349.16º34.3%94.9%-
XYZ56.6646.7346.08-
YUV185.53121.5168.28-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.09%
GREEN value IS 159 (62.5% from 255) = 27.65%
BLUE value IS 174 (68.36% from 255) = 30.26%
R=42.09%
G=27.65%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215917400.340.280.05349.1676.1578.63
HexF29FAE0221C515d4c4f
Octal362237256042345535114117
Binary11110010100111111010111001000101110010110101110110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29FAE; }

 p { color: rgb(242,159,174); }

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

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

 a { background-color: rgb(242,159,174); }

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

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

 span { border-color: rgb(242,159,174); }

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