#F0B6BA

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

Shades of Azalea #F0B6BA

Tints of Azalea #F0B6BA

Color information

#F0B6BA (or 0xF0B6BA) is unknown color: approx Azalea. HEX triplet: F0, B6 and BA. RGB value is (240,182,186). Sum of RGB (Red+Green+Blue) = 240+182+186=608 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.47% from 608); Green value is 182 (71.48% from 255 or 29.93% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B6BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0B6BA is #0F4945. Grayscale: #C7C7C7. Windows color (decimal): -1001798 or 12236528. OLE color: 12236528.

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

Color convert

RGB240182186-
CMYK00.240.220.06
HSL355.86º65.91%82.75%-
HSV(B)355.86º24.17%94.12%-
XYZ61.5355.5353.93-
YUV199.8120.22156.67-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.47%
GREEN value IS 182 (71.48% from 255) = 29.93%
BLUE value IS 186 (73.05% from 255) = 30.59%
R=39.47%
G=29.93%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018218600.240.220.06355.8665.9182.75
HexF0B6BA0181661644253
Octal360266272030266544102123
Binary1111000010110110101110100110001011011010110010010000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B6BA; }

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

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

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

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

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

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

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

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