#F0B5AB

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

Shades of Beauty Bush #F0B5AB

Tints of Beauty Bush #F0B5AB

Color information

#F0B5AB (or 0xF0B5AB) is unknown color: approx Beauty Bush. HEX triplet: F0, B5 and AB. RGB value is (240,181,171). Sum of RGB (Red+Green+Blue) = 240+181+171=592 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.54% from 592); Green value is 181 (71.09% from 255 or 30.57% from 592); Blue value is 171 (67.19% from 255 or 28.89% from 592); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B5AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B5AB is #0F4A54. Grayscale: #C5C5C5. Windows color (decimal): -1002069 or 11253232. OLE color: 11253232.

HSL color Cylindrical-coordinate representation of color #F0B5AB: hue angle of 8.7º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0B5AB is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB240181171-
CMYK00.250.290.06
HSL8.7º69.7%80.59%-
HSV(B)8.7º28.75%94.12%-
XYZ59.8154.5145.9-
YUV197.5113.05158.31-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.54%
GREEN value IS 181 (71.09% from 255) = 30.57%
BLUE value IS 171 (67.19% from 255) = 28.89%
R=40.54%
G=30.57%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018117100.250.290.068.769.780.59
HexF0B5AB0191D694651
Octal36026525303135611106121
Binary11110000101101011010101101100111101110100110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B5AB; }

 p { color: rgb(240,181,171); }

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

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

 a { background-color: rgb(240,181,171); }

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

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

 span { border-color: rgb(240,181,171); }

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