Shades of Azalea #F0C8CD
Tints of Azalea #F0C8CD
RGB
CMYK
RGB Variations
Color information
#F0C8CD (or 0xF0C8CD) is known color: Azalea. HEX triplet: F0, C8 and CD. RGB value is (240,200,205). Sum of RGB (Red+Green+Blue) = 240+200+205=645 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.21% from 645); Green value is 200 (78.52% from 255 or 31.01% from 645); Blue value is 205 (80.47% from 255 or 31.78% from 645); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C8CD is #0F3732. Grayscale: #D4D4D4. Windows color (decimal): -997171 or 13486320. OLE color: 13486320.
HSL color Cylindrical-coordinate representation of color #F0C8CD: hue angle of 352.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 #F0C8CD is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 200 | 205 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.06 |
| HSL | 352.5º | 0.57% | 0.86% | - |
| HSV(B) | 352.5º | 0.17% | 0.94% | - |
| XYZ | 67.61 | 64.24 | 66.59 | - |
| YUV | 212.53 | 123.75 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 200 | 205 | 0 | 0.17 | 0.15 | 0.06 | 352.5 | 0.57 | 0.86 |
| Hex | F0 | C8 | CD | 0 | 11 | F | 6 | 160 | 39 | 56 |
| Octal | 360 | 310 | 315 | 0 | 21 | 17 | 6 | 540 | 71 | 126 |
| Binary | 11110000 | 11001000 | 11001101 | 0 | 10001 | 1111 | 110 | 101100000 | 111001 | 1010110 |
Color Harmonies of #F0C8CD
Complementary color
Monochromatic Colors of #F0C8CD
Black with #F0C8CD
Text Example
Text Example
White with #F0C8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C8CD; }
p { color: rgb(240,200,205); }
H1.HeaderClassName
{
color: #F0C8CD;
}
.AnyTagClassName
{
color: #F0C8CD;
}
</style>
background-color css
<style>
a { background-color: #F0C8CD; }
a { background-color: rgb(240,200,205); }
div.DivClassName
{
background-color: #F0C8CD;
}
.BgClassName
{
background-color: #F0C8CD;
}
</style>
border-color css
<style>
span { border-color: #F0C8CD; }
span { border-color: rgb(240,200,205); }
td.TdClassName
{
border-color: #F0C8CD;
}
.TagClassName
{
border-color: #F0C8CD;
}
</style>