Shades of Azalea #F0C9CB
Tints of Azalea #F0C9CB
RGB
CMYK
RGB Variations
Color information
#F0C9CB (or 0xF0C9CB) is known color: Azalea. HEX triplet: F0, C9 and CB. RGB value is (240,201,203). Sum of RGB (Red+Green+Blue) = 240+201+203=644 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.27% from 644); Green value is 201 (78.91% from 255 or 31.21% from 644); Blue value is 203 (79.69% from 255 or 31.52% from 644); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C9CB is #0F3634. Grayscale: #D4D4D4. Windows color (decimal): -996917 or 13355504. OLE color: 13355504.
HSL color Cylindrical-coordinate representation of color #F0C9CB: hue angle of 356.92º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0C9CB is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 201 | 203 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.06 |
| HSL | 356.92º | 0.57% | 0.86% | - |
| HSV(B) | 356.92º | 0.16% | 0.94% | - |
| XYZ | 67.6 | 64.61 | 65.41 | - |
| YUV | 212.89 | 122.42 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 201 | 203 | 0 | 0.16 | 0.15 | 0.06 | 356.92 | 0.57 | 0.86 |
| Hex | F0 | C9 | CB | 0 | 10 | F | 6 | 165 | 39 | 56 |
| Octal | 360 | 311 | 313 | 0 | 20 | 17 | 6 | 545 | 71 | 126 |
| Binary | 11110000 | 11001001 | 11001011 | 0 | 10000 | 1111 | 110 | 101100101 | 111001 | 1010110 |
Color Harmonies of #F0C9CB
Complementary color
Monochromatic Colors of #F0C9CB
Black with #F0C9CB
Text Example
Text Example
White with #F0C9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C9CB; }
p { color: rgb(240,201,203); }
H1.HeaderClassName
{
color: #F0C9CB;
}
.AnyTagClassName
{
color: #F0C9CB;
}
</style>
background-color css
<style>
a { background-color: #F0C9CB; }
a { background-color: rgb(240,201,203); }
div.DivClassName
{
background-color: #F0C9CB;
}
.BgClassName
{
background-color: #F0C9CB;
}
</style>
border-color css
<style>
span { border-color: #F0C9CB; }
span { border-color: rgb(240,201,203); }
td.TdClassName
{
border-color: #F0C9CB;
}
.TagClassName
{
border-color: #F0C9CB;
}
</style>