#F29EAA

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

Shades of Illusion #F29EAA

Tints of Illusion #F29EAA

Color information

#F29EAA (or 0xF29EAA) is unknown color: approx Illusion. HEX triplet: F2, 9E and AA. RGB value is (242,158,170). Sum of RGB (Red+Green+Blue) = 242+158+170=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 158 (62.11% from 255 or 27.72% from 570); Blue value is 170 (66.80% from 255 or 29.82% from 570); Max value from RGB is 242 - color contains mainly: red. Hex color #F29EAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29EAA is #0D6155. Grayscale: #B8B8B8. Windows color (decimal): -876886 or 11181810. OLE color: 11181810.

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

Color convert

RGB242158170-
CMYK00.350.300.05
HSL351.43º76.36%78.43%-
HSV(B)351.43º34.71%94.9%-
XYZ56.146.2344-
YUV184.48119.83169.02-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.46%
GREEN value IS 158 (62.11% from 255) = 27.72%
BLUE value IS 170 (66.80% from 255) = 29.82%
R=42.46%
G=27.72%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215817000.350.300.05351.4376.3678.43
HexF29EAA0231E515f4c4e
Octal362236252043365537114116
Binary11110010100111101010101001000111111010110101111110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29EAA; }

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

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

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

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

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

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

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

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