#F0B5BA

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

Shades of Azalea #F0B5BA

Tints of Azalea #F0B5BA

Color information

#F0B5BA (or 0xF0B5BA) is unknown color: approx Azalea. HEX triplet: F0, B5 and BA. RGB value is (240,181,186). Sum of RGB (Red+Green+Blue) = 240+181+186=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 181 (71.09% from 255 or 29.82% from 607); Blue value is 186 (73.05% from 255 or 30.64% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B5BA is #0F4A45. Grayscale: #C7C7C7. Windows color (decimal): -1002054 or 12236272. OLE color: 12236272.

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

Color convert

RGB240181186-
CMYK00.250.220.06
HSL354.92º66.29%82.55%-
HSV(B)354.92º24.58%94.12%-
XYZ61.3255.1253.86-
YUV199.21120.55157.09-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.54%
GREEN value IS 181 (71.09% from 255) = 29.82%
BLUE value IS 186 (73.05% from 255) = 30.64%
R=39.54%
G=29.82%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018118600.250.220.06354.9266.2982.55
HexF0B5BA0191661634253
Octal360265272031266543102123
Binary1111000010110101101110100110011011011010110001110000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B5BA; }

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

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

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

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

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

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

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

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