Shades of Azalea #F8C7C8
Tints of Azalea #F8C7C8
RGB
CMYK
RGB Variations
Color information
#F8C7C8 (or 0xF8C7C8) is known color: Azalea. HEX triplet: F8, C7 and C8. RGB value is (248,199,200). Sum of RGB (Red+Green+Blue) = 248+199+200=647 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.33% from 647); Green value is 199 (78.12% from 255 or 30.76% from 647); Blue value is 200 (78.52% from 255 or 30.91% from 647); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C7C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C7C8 is #073837. Grayscale: #D5D5D5. Windows color (decimal): -473144 or 13158392. OLE color: 13158392.
HSL color Cylindrical-coordinate representation of color #F8C7C8: hue angle of 358.78º 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 #F8C7C8 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 199 | 200 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.03 |
| HSL | 358.78º | 0.78% | 0.88% | - |
| HSV(B) | 358.78º | 0.2% | 0.97% | - |
| XYZ | 69.56 | 64.97 | 63.52 | - |
| YUV | 213.77 | 120.23 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 199 | 200 | 0 | 0.20 | 0.19 | 0.03 | 358.78 | 0.78 | 0.88 |
| Hex | F8 | C7 | C8 | 0 | 14 | 13 | 3 | 167 | 4E | 58 |
| Octal | 370 | 307 | 310 | 0 | 24 | 23 | 3 | 547 | 116 | 130 |
| Binary | 11111000 | 11000111 | 11001000 | 0 | 10100 | 10011 | 11 | 101100111 | 1001110 | 1011000 |
Color Harmonies of #F8C7C8
Complementary color
Monochromatic Colors of #F8C7C8
Black with #F8C7C8
Text Example
Text Example
White with #F8C7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C7C8; }
p { color: rgb(248,199,200); }
H1.HeaderClassName
{
color: #F8C7C8;
}
.AnyTagClassName
{
color: #F8C7C8;
}
</style>
background-color css
<style>
a { background-color: #F8C7C8; }
a { background-color: rgb(248,199,200); }
div.DivClassName
{
background-color: #F8C7C8;
}
.BgClassName
{
background-color: #F8C7C8;
}
</style>
border-color css
<style>
span { border-color: #F8C7C8; }
span { border-color: rgb(248,199,200); }
td.TdClassName
{
border-color: #F8C7C8;
}
.TagClassName
{
border-color: #F8C7C8;
}
</style>