#F0B6AE

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

Shades of Beauty Bush #F0B6AE

Tints of Beauty Bush #F0B6AE

Color information

#F0B6AE (or 0xF0B6AE) is unknown color: approx Beauty Bush. HEX triplet: F0, B6 and AE. RGB value is (240,182,174). Sum of RGB (Red+Green+Blue) = 240+182+174=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 182 (71.48% from 255 or 30.54% from 596); Blue value is 174 (68.36% from 255 or 29.19% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B6AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B6AE is #0F4951. Grayscale: #C6C6C6. Windows color (decimal): -1001810 or 11450096. OLE color: 11450096.

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

Color convert

RGB240182174-
CMYK00.240.280.06
HSL7.27º68.75%81.18%-
HSV(B)7.27º27.5%94.12%-
XYZ60.355.0447.49-
YUV198.43114.22157.65-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.27%
GREEN value IS 182 (71.48% from 255) = 30.54%
BLUE value IS 174 (68.36% from 255) = 29.19%
R=40.27%
G=30.54%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018217400.240.280.067.2768.7581.18
HexF0B6AE0181C674551
Octal3602662560303467105121
Binary1111000010110110101011100110001110011011110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B6AE; }

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

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

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

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

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

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

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

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