#F0BBAD

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

Shades of Beauty Bush #F0BBAD

Tints of Beauty Bush #F0BBAD

Color information

#F0BBAD (or 0xF0BBAD) is unknown color: approx Beauty Bush. HEX triplet: F0, BB and AD. RGB value is (240,187,173). Sum of RGB (Red+Green+Blue) = 240+187+173=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 173 (67.97% from 255 or 28.83% from 600); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BBAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BBAD is #0F4452. Grayscale: #C9C9C9. Windows color (decimal): -1000531 or 11385840. OLE color: 11385840.

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

Color convert

RGB240187173-
CMYK00.220.280.06
HSL12.54º69.07%80.98%-
HSV(B)12.54º27.92%94.12%-
XYZ61.2557.0847.33-
YUV201.25112.06155.64-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40%
GREEN value IS 187 (73.44% from 255) = 31.17%
BLUE value IS 173 (67.97% from 255) = 28.83%
R=40%
G=31.17%
B=28.83%

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
Decimal24018717300.220.280.0612.5469.0780.98
HexF0BBAD0161C6d4551
Octal36027325502634615105121
Binary11110000101110111010110101011011100110110110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BBAD; }

 p { color: rgb(240,187,173); }

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

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

 a { background-color: rgb(240,187,173); }

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

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

 span { border-color: rgb(240,187,173); }

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