#F29CBB

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

Shades of Shocking #F29CBB

Tints of Shocking #F29CBB

Color information

#F29CBB (or 0xF29CBB) is unknown color: approx Shocking. HEX triplet: F2, 9C and BB. RGB value is (242,156,187). Sum of RGB (Red+Green+Blue) = 242+156+187=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 156 (61.33% from 255 or 26.67% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 242 - color contains mainly: red. Hex color #F29CBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29CBB is #0D6344. Grayscale: #B9B9B9. Windows color (decimal): -877381 or 12295410. OLE color: 12295410.

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

Color convert

RGB242156187-
CMYK00.360.230.05
HSL338.37º76.79%78.04%-
HSV(B)338.37º35.54%94.9%-
XYZ57.4846.2452.91-
YUV185.25128.99168.48-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.37%
GREEN value IS 156 (61.33% from 255) = 26.67%
BLUE value IS 187 (73.44% from 255) = 31.97%
R=41.37%
G=26.67%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215618700.360.230.05338.3776.7978.04
HexF29CBB0241751524d4e
Octal362234273044275522115116
Binary11110010100111001011101101001001011110110101001010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29CBB; }

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

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

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

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

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

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

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

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