#F0BAAC

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

Shades of Beauty Bush #F0BAAC

Tints of Beauty Bush #F0BAAC

Color information

#F0BAAC (or 0xF0BAAC) is unknown color: approx Beauty Bush. HEX triplet: F0, BA and AC. RGB value is (240,186,172). Sum of RGB (Red+Green+Blue) = 240+186+172=598 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.13% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 172 (67.58% from 255 or 28.76% from 598); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BAAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BAAC is #0F4553. Grayscale: #C8C8C8. Windows color (decimal): -1000788 or 11320048. OLE color: 11320048.

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

Color convert

RGB240186172-
CMYK00.220.280.06
HSL12.35º69.39%80.78%-
HSV(B)12.35º28.33%94.12%-
XYZ60.9456.6246.75-
YUV200.55111.89156.14-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.13%
GREEN value IS 186 (73.05% from 255) = 31.10%
BLUE value IS 172 (67.58% from 255) = 28.76%
R=40.13%
G=31.10%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018617200.220.280.0612.3569.3980.78
HexF0BAAC0161C6c4551
Octal36027225402634614105121
Binary11110000101110101010110001011011100110110010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BAAC; }

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

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

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

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

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

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

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

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