#F0BFB3

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

Shades of Beauty Bush #F0BFB3

Tints of Beauty Bush #F0BFB3

Color information

#F0BFB3 (or 0xF0BFB3) is unknown color: approx Beauty Bush. HEX triplet: F0, BF and B3. RGB value is (240,191,179). Sum of RGB (Red+Green+Blue) = 240+191+179=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 179 (70.31% from 255 or 29.34% from 610); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BFB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BFB3 is #0F404C. Grayscale: #CCCCCC. Windows color (decimal): -999501 or 11780080. OLE color: 11780080.

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

Color convert

RGB240191179-
CMYK00.200.250.06
HSL11.8º67.03%82.16%-
HSV(B)11.8º25.42%94.12%-
XYZ62.759.0450.74-
YUV204.28113.73153.48-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.34%
GREEN value IS 191 (75% from 255) = 31.31%
BLUE value IS 179 (70.31% from 255) = 29.34%
R=39.34%
G=31.31%
B=29.34%

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
Decimal24019117900.200.250.0611.867.0382.16
HexF0BFB3014196c4352
Octal36027726302431614103122
Binary11110000101111111011001101010011001110110010000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BFB3; }

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

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

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

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

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

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

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

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