#F0BAAE

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

Shades of Beauty Bush #F0BAAE

Tints of Beauty Bush #F0BAAE

Color information

#F0BAAE (or 0xF0BAAE) is unknown color: approx Beauty Bush. HEX triplet: F0, BA and AE. RGB value is (240,186,174). Sum of RGB (Red+Green+Blue) = 240+186+174=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 174 (68.36% from 255 or 29% from 600); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BAAE is #0F4551. Grayscale: #C8C8C8. Windows color (decimal): -1000786 or 11451120. OLE color: 11451120.

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

Color convert

RGB240186174-
CMYK00.220.280.06
HSL10.91º68.75%81.18%-
HSV(B)10.91º27.5%94.12%-
XYZ61.1356.747.77-
YUV200.78112.89155.98-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40%
GREEN value IS 186 (73.05% from 255) = 31%
BLUE value IS 174 (68.36% from 255) = 29%
R=40%
G=31%
B=29%

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
Decimal24018617400.220.280.0610.9168.7581.18
HexF0BAAE0161C6b4551
Octal36027225602634613105121
Binary11110000101110101010111001011011100110101110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BAAE; }

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

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

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

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

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

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

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

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