#F29EB9

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

Shades of Illusion #F29EB9

Tints of Illusion #F29EB9

Color information

#F29EB9 (or 0xF29EB9) is unknown color: approx Illusion. HEX triplet: F2, 9E and B9. RGB value is (242,158,185). Sum of RGB (Red+Green+Blue) = 242+158+185=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 158 (62.11% from 255 or 27.01% from 585); Blue value is 185 (72.66% from 255 or 31.62% from 585); Max value from RGB is 242 - color contains mainly: red. Hex color #F29EB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29EB9 is #0D6146. Grayscale: #BABABA. Windows color (decimal): -876871 or 12164850. OLE color: 12164850.

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

Color convert

RGB242158185-
CMYK00.350.240.05
HSL340.71º76.36%78.43%-
HSV(B)340.71º34.71%94.9%-
XYZ57.646.8351.9-
YUV186.19127.33167.8-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.37%
GREEN value IS 158 (62.11% from 255) = 27.01%
BLUE value IS 185 (72.66% from 255) = 31.62%
R=41.37%
G=27.01%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215818500.350.240.05340.7176.3678.43
HexF29EB90231851554c4e
Octal362236271043305525114116
Binary11110010100111101011100101000111100010110101010110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29EB9; }

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

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

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

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

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

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

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

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