#F0B9AC

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

Shades of Beauty Bush #F0B9AC

Tints of Beauty Bush #F0B9AC

Color information

#F0B9AC (or 0xF0B9AC) is unknown color: approx Beauty Bush. HEX triplet: F0, B9 and AC. RGB value is (240,185,172). Sum of RGB (Red+Green+Blue) = 240+185+172=597 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.20% from 597); Green value is 185 (72.66% from 255 or 30.99% from 597); Blue value is 172 (67.58% from 255 or 28.81% from 597); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B9AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B9AC is #0F4653. Grayscale: #C8C8C8. Windows color (decimal): -1001044 or 11319792. OLE color: 11319792.

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

Color convert

RGB240185172-
CMYK00.230.280.06
HSL11.47º69.39%80.78%-
HSV(B)11.47º28.33%94.12%-
XYZ60.7356.246.68-
YUV199.96112.22156.56-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.20%
GREEN value IS 185 (72.66% from 255) = 30.99%
BLUE value IS 172 (67.58% from 255) = 28.81%
R=40.20%
G=30.99%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018517200.230.280.0611.4769.3980.78
HexF0B9AC0171C6b4551
Octal36027125402734613105121
Binary11110000101110011010110001011111100110101110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B9AC; }

 p { color: rgb(240,185,172); }

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

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

 a { background-color: rgb(240,185,172); }

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

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

 span { border-color: rgb(240,185,172); }

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