#F0BFB5

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

Shades of Beauty Bush #F0BFB5

Tints of Beauty Bush #F0BFB5

Color information

#F0BFB5 (or 0xF0BFB5) is unknown color: approx Beauty Bush. HEX triplet: F0, BF and B5. RGB value is (240,191,181). Sum of RGB (Red+Green+Blue) = 240+191+181=612 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.22% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 181 (71.09% from 255 or 29.58% from 612); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BFB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BFB5 is #0F404A. Grayscale: #CCCCCC. Windows color (decimal): -999499 or 11911152. OLE color: 11911152.

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

Color convert

RGB240191181-
CMYK00.200.250.06
HSL10.17º66.29%82.55%-
HSV(B)10.17º24.58%94.12%-
XYZ62.9159.1251.81-
YUV204.51114.73153.31-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.22%
GREEN value IS 191 (75% from 255) = 31.21%
BLUE value IS 181 (71.09% from 255) = 29.58%
R=39.22%
G=31.21%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019118100.200.250.0610.1766.2982.55
HexF0BFB5014196a4253
Octal36027726502431612102123
Binary11110000101111111011010101010011001110101010000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BFB5; }

 p { color: rgb(240,191,181); }

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

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

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

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

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

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

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