#F29EBA

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

Shades of Illusion #F29EBA

Tints of Illusion #F29EBA

Color information

#F29EBA (or 0xF29EBA) is unknown color: approx Illusion. HEX triplet: F2, 9E and BA. RGB value is (242,158,186). Sum of RGB (Red+Green+Blue) = 242+158+186=586 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.30% from 586); Green value is 158 (62.11% from 255 or 26.96% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 242 - color contains mainly: red. Hex color #F29EBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29EBA is #0D6145. Grayscale: #BABABA. Windows color (decimal): -876870 or 12230386. OLE color: 12230386.

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

Color convert

RGB242158186-
CMYK00.350.230.05
HSL340º76.36%78.43%-
HSV(B)340º34.71%94.9%-
XYZ57.7146.8852.46-
YUV186.31127.83167.72-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.30%
GREEN value IS 158 (62.11% from 255) = 26.96%
BLUE value IS 186 (73.05% from 255) = 31.74%
R=41.30%
G=26.96%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215818600.350.230.0534076.3678.43
HexF29EBA0231751544c4e
Octal362236272043275524114116
Binary11110010100111101011101001000111011110110101010010011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29EBA; }

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

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

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

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

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

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

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

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