#F2BBB6

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

Shades of Beauty Bush #F2BBB6

Tints of Beauty Bush #F2BBB6

Color information

#F2BBB6 (or 0xF2BBB6) is unknown color: approx Beauty Bush. HEX triplet: F2, BB and B6. RGB value is (242,187,182). Sum of RGB (Red+Green+Blue) = 242+187+182=611 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.61% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 182 (71.48% from 255 or 29.79% from 611); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BBB6 is #0D4449. Grayscale: #CACACA. Windows color (decimal): -869450 or 11975666. OLE color: 11975666.

HSL color Cylindrical-coordinate representation of color #F2BBB6: hue angle of 5º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F2BBB6 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB242187182-
CMYK00.230.250.05
HSL69.77%83.14%-
HSV(B)24.79%94.9%-
XYZ62.8357.852.1-
YUV202.88116.22155.91-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.61%
GREEN value IS 187 (73.44% from 255) = 30.61%
BLUE value IS 182 (71.48% from 255) = 29.79%
R=39.61%
G=30.61%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218718200.230.250.05569.7783.14
HexF2BBB601719554653
Octal3622732660273155106123
Binary1111001010111011101101100101111100110110110001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BBB6; }

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

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

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

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

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

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

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

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