#F29CB3

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

Shades of Illusion #F29CB3

Tints of Illusion #F29CB3

Color information

#F29CB3 (or 0xF29CB3) is unknown color: approx Illusion. HEX triplet: F2, 9C and B3. RGB value is (242,156,179). Sum of RGB (Red+Green+Blue) = 242+156+179=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 156 (61.33% from 255 or 27.04% from 577); Blue value is 179 (70.31% from 255 or 31.02% from 577); Max value from RGB is 242 - color contains mainly: red. Hex color #F29CB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29CB3 is #0D634C. Grayscale: #B8B8B8. Windows color (decimal): -877389 or 11771122. OLE color: 11771122.

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

Color convert

RGB242156179-
CMYK00.360.260.05
HSL343.95º76.79%78.04%-
HSV(B)343.95º35.54%94.9%-
XYZ56.6445.9148.52-
YUV184.34124.99169.13-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.94%
GREEN value IS 156 (61.33% from 255) = 27.04%
BLUE value IS 179 (70.31% from 255) = 31.02%
R=41.94%
G=27.04%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215617900.360.260.05343.9576.7978.04
HexF29CB30241A51584d4e
Octal362234263044325530115116
Binary11110010100111001011001101001001101010110101100010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29CB3; }

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

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

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

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

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

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

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

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