#F0BFB7

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

Shades of Beauty Bush #F0BFB7

Tints of Beauty Bush #F0BFB7

Color information

#F0BFB7 (or 0xF0BFB7) is unknown color: approx Beauty Bush. HEX triplet: F0, BF and B7. RGB value is (240,191,183). Sum of RGB (Red+Green+Blue) = 240+191+183=614 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.09% from 614); Green value is 191 (75% from 255 or 31.11% from 614); Blue value is 183 (71.88% from 255 or 29.80% from 614); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BFB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BFB7 is #0F4048. Grayscale: #CCCCCC. Windows color (decimal): -999497 or 12042224. OLE color: 12042224.

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

Color convert

RGB240191183-
CMYK00.200.240.06
HSL8.42º65.52%82.94%-
HSV(B)8.42º23.75%94.12%-
XYZ63.1159.2152.9-
YUV204.74115.73153.15-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.09%
GREEN value IS 191 (75% from 255) = 31.11%
BLUE value IS 183 (71.88% from 255) = 29.80%
R=39.09%
G=31.11%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019118300.200.240.068.4265.5282.94
HexF0BFB701418684253
Octal36027726702430610102123
Binary11110000101111111011011101010011000110100010000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BFB7; }

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

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

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

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

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

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

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

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