Shades of Azalea #F0C8CB
Tints of Azalea #F0C8CB
RGB
CMYK
RGB Variations
Color information
#F0C8CB (or 0xF0C8CB) is known color: Azalea. HEX triplet: F0, C8 and CB. RGB value is (240,200,203). Sum of RGB (Red+Green+Blue) = 240+200+203=643 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.33% from 643); Green value is 200 (78.52% from 255 or 31.10% from 643); Blue value is 203 (79.69% from 255 or 31.57% from 643); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C8CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C8CB is #0F3734. Grayscale: #D4D4D4. Windows color (decimal): -997173 or 13355248. OLE color: 13355248.
HSL color Cylindrical-coordinate representation of color #F0C8CB: hue angle of 355.5º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F0C8CB is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 200 | 203 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.06 |
| HSL | 355.5º | 0.57% | 0.86% | - |
| HSV(B) | 355.5º | 0.17% | 0.94% | - |
| XYZ | 67.37 | 64.15 | 65.33 | - |
| YUV | 212.3 | 122.75 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 200 | 203 | 0 | 0.17 | 0.15 | 0.06 | 355.5 | 0.57 | 0.86 |
| Hex | F0 | C8 | CB | 0 | 11 | F | 6 | 164 | 39 | 56 |
| Octal | 360 | 310 | 313 | 0 | 21 | 17 | 6 | 544 | 71 | 126 |
| Binary | 11110000 | 11001000 | 11001011 | 0 | 10001 | 1111 | 110 | 101100100 | 111001 | 1010110 |
Color Harmonies of #F0C8CB
Complementary color
Monochromatic Colors of #F0C8CB
Black with #F0C8CB
Text Example
Text Example
White with #F0C8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C8CB; }
p { color: rgb(240,200,203); }
H1.HeaderClassName
{
color: #F0C8CB;
}
.AnyTagClassName
{
color: #F0C8CB;
}
</style>
background-color css
<style>
a { background-color: #F0C8CB; }
a { background-color: rgb(240,200,203); }
div.DivClassName
{
background-color: #F0C8CB;
}
.BgClassName
{
background-color: #F0C8CB;
}
</style>
border-color css
<style>
span { border-color: #F0C8CB; }
span { border-color: rgb(240,200,203); }
td.TdClassName
{
border-color: #F0C8CB;
}
.TagClassName
{
border-color: #F0C8CB;
}
</style>