#F0BBBB

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

Shades of Beauty Bush #F0BBBB

Tints of Beauty Bush #F0BBBB

Color information

#F0BBBB (or 0xF0BBBB) is unknown color: approx Beauty Bush. HEX triplet: F0, BB and BB. RGB value is (240,187,187). Sum of RGB (Red+Green+Blue) = 240+187+187=614 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.09% from 614); Green value is 187 (73.44% from 255 or 30.46% from 614); Blue value is 187 (73.44% from 255 or 30.46% from 614); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BBBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BBBB is #0F4444. Grayscale: #CACACA. Windows color (decimal): -1000517 or 12303344. OLE color: 12303344.

HSL color Cylindrical-coordinate representation of color #F0BBBB: hue angle of 0º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0BBBB is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB240187187-
CMYK00.220.220.06
HSL63.86%83.73%-
HSV(B)22.08%94.12%-
XYZ62.6857.6554.84-
YUV202.85119.06154.5-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.09%
GREEN value IS 187 (73.44% from 255) = 30.46%
BLUE value IS 187 (73.44% from 255) = 30.46%
R=39.09%
G=30.46%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018718700.220.220.06063.8683.73
HexF0BBBB01616604054
Octal3602732730262660100124
Binary11110000101110111011101101011010110110010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BBBB; }

 p { color: rgb(240,187,187); }

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

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

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

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

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

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

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