#F29BB5

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

Shades of Illusion #F29BB5

Tints of Illusion #F29BB5

Color information

#F29BB5 (or 0xF29BB5) is unknown color: approx Illusion. HEX triplet: F2, 9B and B5. RGB value is (242,155,181). Sum of RGB (Red+Green+Blue) = 242+155+181=578 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.87% from 578); Green value is 155 (60.94% from 255 or 26.82% from 578); Blue value is 181 (71.09% from 255 or 31.31% from 578); Max value from RGB is 242 - color contains mainly: red. Hex color #F29BB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29BB5 is #0D644A. Grayscale: #B7B7B7. Windows color (decimal): -877643 or 11901938. OLE color: 11901938.

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

Color convert

RGB242155181-
CMYK00.360.250.05
HSL342.07º76.99%77.84%-
HSV(B)342.07º35.95%94.9%-
XYZ56.6845.6649.54-
YUV183.98126.32169.39-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.87%
GREEN value IS 155 (60.94% from 255) = 26.82%
BLUE value IS 181 (71.09% from 255) = 31.31%
R=41.87%
G=26.82%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215518100.360.250.05342.0776.9977.84
HexF29BB50241951564d4e
Octal362233265044315526115116
Binary11110010100110111011010101001001100110110101011010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29BB5; }

 p { color: rgb(242,155,181); }

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

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

 a { background-color: rgb(242,155,181); }

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

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

 span { border-color: rgb(242,155,181); }

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