#F0C0BA

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

Shades of Beauty Bush #F0C0BA

Tints of Beauty Bush #F0C0BA

Color information

#F0C0BA (or 0xF0C0BA) is unknown color: approx Beauty Bush. HEX triplet: F0, C0 and BA. RGB value is (240,192,186). Sum of RGB (Red+Green+Blue) = 240+192+186=618 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.83% from 618); Green value is 192 (75.39% from 255 or 31.07% from 618); Blue value is 186 (73.05% from 255 or 30.10% from 618); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C0BA is #0F3F45. Grayscale: #CDCDCD. Windows color (decimal): -999238 or 12239088. OLE color: 12239088.

HSL color Cylindrical-coordinate representation of color #F0C0BA: hue angle of 6.67º 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 #F0C0BA is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB240192186-
CMYK00.200.220.06
HSL6.67º64.29%83.53%-
HSV(B)6.67º22.5%94.12%-
XYZ63.6559.7754.64-
YUV205.67116.9152.49-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.83%
GREEN value IS 192 (75.39% from 255) = 31.07%
BLUE value IS 186 (73.05% from 255) = 30.10%
R=38.83%
G=31.07%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019218600.200.220.066.6764.2983.53
HexF0C0BA01416674054
Octal3603002720242667100124
Binary1111000011000000101110100101001011011011110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C0BA; }

 p { color: rgb(240,192,186); }

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

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

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

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

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

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

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