#F29AAE

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

Shades of Illusion #F29AAE

Tints of Illusion #F29AAE

Color information

#F29AAE (or 0xF29AAE) is unknown color: approx Illusion. HEX triplet: F2, 9A and AE. RGB value is (242,154,174). Sum of RGB (Red+Green+Blue) = 242+154+174=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 154 (60.55% from 255 or 27.02% from 570); Blue value is 174 (68.36% from 255 or 30.53% from 570); Max value from RGB is 242 - color contains mainly: red. Hex color #F29AAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29AAE is #0D6551. Grayscale: #B6B6B6. Windows color (decimal): -877906 or 11442930. OLE color: 11442930.

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

Color convert

RGB242154174-
CMYK00.360.280.05
HSL346.36º77.19%77.65%-
HSV(B)346.36º36.36%94.9%-
XYZ55.8145.0445.8-
YUV182.59123.15170.37-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.46%
GREEN value IS 154 (60.55% from 255) = 27.02%
BLUE value IS 174 (68.36% from 255) = 30.53%
R=42.46%
G=27.02%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215417400.360.280.05346.3677.1977.65
HexF29AAE0241C515a4d4e
Octal362232256044345532115116
Binary11110010100110101010111001001001110010110101101010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29AAE; }

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

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

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

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

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

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

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

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