Shades of Azalea #F0C6C8
Tints of Azalea #F0C6C8
RGB
CMYK
RGB Variations
Color information
#F0C6C8 (or 0xF0C6C8) is known color: Azalea. HEX triplet: F0, C6 and C8. RGB value is (240,198,200). Sum of RGB (Red+Green+Blue) = 240+198+200=638 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.62% from 638); Green value is 198 (77.73% from 255 or 31.03% from 638); Blue value is 200 (78.52% from 255 or 31.35% from 638); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C6C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C6C8 is #0F3937. Grayscale: #D2D2D2. Windows color (decimal): -997688 or 13158128. OLE color: 13158128.
HSL color Cylindrical-coordinate representation of color #F0C6C8: hue angle of 357.14º degrees, saturation: 0.58, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F0C6C8 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 198 | 200 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.06 |
| HSL | 357.14º | 0.58% | 0.86% | - |
| HSV(B) | 357.14º | 0.18% | 0.94% | - |
| XYZ | 66.55 | 63.08 | 63.31 | - |
| YUV | 210.79 | 121.91 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 198 | 200 | 0 | 0.18 | 0.17 | 0.06 | 357.14 | 0.58 | 0.86 |
| Hex | F0 | C6 | C8 | 0 | 12 | 11 | 6 | 165 | 3A | 56 |
| Octal | 360 | 306 | 310 | 0 | 22 | 21 | 6 | 545 | 72 | 126 |
| Binary | 11110000 | 11000110 | 11001000 | 0 | 10010 | 10001 | 110 | 101100101 | 111010 | 1010110 |
Color Harmonies of #F0C6C8
Complementary color
Monochromatic Colors of #F0C6C8
Black with #F0C6C8
Text Example
Text Example
White with #F0C6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C6C8; }
p { color: rgb(240,198,200); }
H1.HeaderClassName
{
color: #F0C6C8;
}
.AnyTagClassName
{
color: #F0C6C8;
}
</style>
background-color css
<style>
a { background-color: #F0C6C8; }
a { background-color: rgb(240,198,200); }
div.DivClassName
{
background-color: #F0C6C8;
}
.BgClassName
{
background-color: #F0C6C8;
}
</style>
border-color css
<style>
span { border-color: #F0C6C8; }
span { border-color: rgb(240,198,200); }
td.TdClassName
{
border-color: #F0C6C8;
}
.TagClassName
{
border-color: #F0C6C8;
}
</style>