Shades of Azalea #F8C7C9
Tints of Azalea #F8C7C9
RGB
CMYK
RGB Variations
Color information
#F8C7C9 (or 0xF8C7C9) is known color: Azalea. HEX triplet: F8, C7 and C9. RGB value is (248,199,201). Sum of RGB (Red+Green+Blue) = 248+199+201=648 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.27% from 648); Green value is 199 (78.12% from 255 or 30.71% from 648); Blue value is 201 (78.91% from 255 or 31.02% from 648); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C7C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C7C9 is #073836. Grayscale: #D5D5D5. Windows color (decimal): -473143 or 13223928. OLE color: 13223928.
HSL color Cylindrical-coordinate representation of color #F8C7C9: hue angle of 357.55º degrees, saturation: 0.78, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F8C7C9 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 199 | 201 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.03 |
| HSL | 357.55º | 0.78% | 0.88% | - |
| HSV(B) | 357.55º | 0.2% | 0.97% | - |
| XYZ | 69.68 | 65.02 | 64.14 | - |
| YUV | 213.88 | 120.73 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 199 | 201 | 0 | 0.20 | 0.19 | 0.03 | 357.55 | 0.78 | 0.88 |
| Hex | F8 | C7 | C9 | 0 | 14 | 13 | 3 | 166 | 4E | 58 |
| Octal | 370 | 307 | 311 | 0 | 24 | 23 | 3 | 546 | 116 | 130 |
| Binary | 11111000 | 11000111 | 11001001 | 0 | 10100 | 10011 | 11 | 101100110 | 1001110 | 1011000 |
Color Harmonies of #F8C7C9
Complementary color
Monochromatic Colors of #F8C7C9
Black with #F8C7C9
Text Example
Text Example
White with #F8C7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C7C9; }
p { color: rgb(248,199,201); }
H1.HeaderClassName
{
color: #F8C7C9;
}
.AnyTagClassName
{
color: #F8C7C9;
}
</style>
background-color css
<style>
a { background-color: #F8C7C9; }
a { background-color: rgb(248,199,201); }
div.DivClassName
{
background-color: #F8C7C9;
}
.BgClassName
{
background-color: #F8C7C9;
}
</style>
border-color css
<style>
span { border-color: #F8C7C9; }
span { border-color: rgb(248,199,201); }
td.TdClassName
{
border-color: #F8C7C9;
}
.TagClassName
{
border-color: #F8C7C9;
}
</style>