#F0BCAF

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

Shades of Beauty Bush #F0BCAF

Tints of Beauty Bush #F0BCAF

Color information

#F0BCAF (or 0xF0BCAF) is unknown color: approx Beauty Bush. HEX triplet: F0, BC and AF. RGB value is (240,188,175). Sum of RGB (Red+Green+Blue) = 240+188+175=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 188 (73.83% from 255 or 31.18% from 603); Blue value is 175 (68.75% from 255 or 29.02% from 603); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BCAF is #0F4350. Grayscale: #CACACA. Windows color (decimal): -1000273 or 11517168. OLE color: 11517168.

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

Color convert

RGB240188175-
CMYK00.220.270.06
HSL12º68.42%81.37%-
HSV(B)12º27.08%94.12%-
XYZ61.6657.5948.42-
YUV202.07112.73155.06-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.80%
GREEN value IS 188 (73.83% from 255) = 31.18%
BLUE value IS 175 (68.75% from 255) = 29.02%
R=39.80%
G=31.18%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018817500.220.270.061268.4281.37
HexF0BCAF0161B6c4451
Octal36027425702633614104121
Binary11110000101111001010111101011011011110110010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BCAF; }

 p { color: rgb(240,188,175); }

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

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

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

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

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

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

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