Shades of Azalea #F0C8CC
Tints of Azalea #F0C8CC
RGB
CMYK
RGB Variations
Color information
#F0C8CC (or 0xF0C8CC) is known color: Azalea. HEX triplet: F0, C8 and CC. RGB value is (240,200,204). Sum of RGB (Red+Green+Blue) = 240+200+204=644 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.27% from 644); Green value is 200 (78.52% from 255 or 31.06% from 644); Blue value is 204 (80.08% from 255 or 31.68% from 644); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C8CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C8CC is #0F3733. Grayscale: #D4D4D4. Windows color (decimal): -997172 or 13420784. OLE color: 13420784.
HSL color Cylindrical-coordinate representation of color #F0C8CC: hue angle of 354º 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 #F0C8CC is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 200 | 204 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.06 |
| HSL | 354º | 0.57% | 0.86% | - |
| HSV(B) | 354º | 0.17% | 0.94% | - |
| XYZ | 67.49 | 64.19 | 65.96 | - |
| YUV | 212.42 | 123.25 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 200 | 204 | 0 | 0.17 | 0.15 | 0.06 | 354 | 0.57 | 0.86 |
| Hex | F0 | C8 | CC | 0 | 11 | F | 6 | 162 | 39 | 56 |
| Octal | 360 | 310 | 314 | 0 | 21 | 17 | 6 | 542 | 71 | 126 |
| Binary | 11110000 | 11001000 | 11001100 | 0 | 10001 | 1111 | 110 | 101100010 | 111001 | 1010110 |
Color Harmonies of #F0C8CC
Complementary color
Monochromatic Colors of #F0C8CC
Black with #F0C8CC
Text Example
Text Example
White with #F0C8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C8CC; }
p { color: rgb(240,200,204); }
H1.HeaderClassName
{
color: #F0C8CC;
}
.AnyTagClassName
{
color: #F0C8CC;
}
</style>
background-color css
<style>
a { background-color: #F0C8CC; }
a { background-color: rgb(240,200,204); }
div.DivClassName
{
background-color: #F0C8CC;
}
.BgClassName
{
background-color: #F0C8CC;
}
</style>
border-color css
<style>
span { border-color: #F0C8CC; }
span { border-color: rgb(240,200,204); }
td.TdClassName
{
border-color: #F0C8CC;
}
.TagClassName
{
border-color: #F0C8CC;
}
</style>