#F0B6AD

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

Shades of Beauty Bush #F0B6AD

Tints of Beauty Bush #F0B6AD

Color information

#F0B6AD (or 0xF0B6AD) is unknown color: approx Beauty Bush. HEX triplet: F0, B6 and AD. RGB value is (240,182,173). Sum of RGB (Red+Green+Blue) = 240+182+173=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 182 (71.48% from 255 or 30.59% from 595); Blue value is 173 (67.97% from 255 or 29.08% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B6AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B6AD is #0F4952. Grayscale: #C6C6C6. Windows color (decimal): -1001811 or 11384560. OLE color: 11384560.

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

Color convert

RGB240182173-
CMYK00.240.280.06
HSL8.06º69.07%80.98%-
HSV(B)8.06º27.92%94.12%-
XYZ60.215546.98-
YUV198.32113.72157.73-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.34%
GREEN value IS 182 (71.48% from 255) = 30.59%
BLUE value IS 173 (67.97% from 255) = 29.08%
R=40.34%
G=30.59%
B=29.08%

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
Decimal24018217300.240.280.068.0669.0780.98
HexF0B6AD0181C684551
Octal36026625503034610105121
Binary11110000101101101010110101100011100110100010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B6AD; }

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

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

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

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

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

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

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

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