#F29CB6

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

Shades of Illusion #F29CB6

Tints of Illusion #F29CB6

Color information

#F29CB6 (or 0xF29CB6) is unknown color: approx Illusion. HEX triplet: F2, 9C and B6. RGB value is (242,156,182). Sum of RGB (Red+Green+Blue) = 242+156+182=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 156 (61.33% from 255 or 26.90% from 580); Blue value is 182 (71.48% from 255 or 31.38% from 580); Max value from RGB is 242 - color contains mainly: red. Hex color #F29CB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29CB6 is #0D6349. Grayscale: #B8B8B8. Windows color (decimal): -877386 or 11967730. OLE color: 11967730.

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

Color convert

RGB242156182-
CMYK00.360.250.05
HSL341.86º76.79%78.04%-
HSV(B)341.86º35.54%94.9%-
XYZ56.9546.0350.14-
YUV184.68126.49168.89-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.72%
GREEN value IS 156 (61.33% from 255) = 26.90%
BLUE value IS 182 (71.48% from 255) = 31.38%
R=41.72%
G=26.90%
B=31.38%

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
Decimal24215618200.360.250.05341.8676.7978.04
HexF29CB60241951564d4e
Octal362234266044315526115116
Binary11110010100111001011011001001001100110110101011010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29CB6; }

 p { color: rgb(242,156,182); }

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

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

 a { background-color: rgb(242,156,182); }

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

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

 span { border-color: rgb(242,156,182); }

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