#F0B5AE

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

Shades of Beauty Bush #F0B5AE

Tints of Beauty Bush #F0B5AE

Color information

#F0B5AE (or 0xF0B5AE) is unknown color: approx Beauty Bush. HEX triplet: F0, B5 and AE. RGB value is (240,181,174). Sum of RGB (Red+Green+Blue) = 240+181+174=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 181 (71.09% from 255 or 30.42% from 595); Blue value is 174 (68.36% from 255 or 29.24% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B5AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0B5AE is #0F4A51. Grayscale: #C5C5C5. Windows color (decimal): -1002066 or 11449840. OLE color: 11449840.

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

Color convert

RGB240181174-
CMYK00.250.280.06
HSL6.36º68.75%81.18%-
HSV(B)6.36º27.5%94.12%-
XYZ60.154.6347.42-
YUV197.84114.55158.07-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.34%
GREEN value IS 181 (71.09% from 255) = 30.42%
BLUE value IS 174 (68.36% from 255) = 29.24%
R=40.34%
G=30.42%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018117400.250.280.066.3668.7581.18
HexF0B5AE0191C664551
Octal3602652560313466105121
Binary1111000010110101101011100110011110011011010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B5AE; }

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

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

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

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

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

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

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

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