Shades of Coral Candy #F8CCC9
Tints of Coral Candy #F8CCC9
RGB
CMYK
RGB Variations
Color information
#F8CCC9 (or 0xF8CCC9) is known color: Coral Candy. HEX triplet: F8, CC and C9. RGB value is (248,204,201). Sum of RGB (Red+Green+Blue) = 248+204+201=653 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.98% from 653); Green value is 204 (80.08% from 255 or 31.24% from 653); Blue value is 201 (78.91% from 255 or 30.78% from 653); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CCC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CCC9 is #073336. Grayscale: #D8D8D8. Windows color (decimal): -471863 or 13225208. OLE color: 13225208.
HSL color Cylindrical-coordinate representation of color #F8CCC9: hue angle of 3.83º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F8CCC9 is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 204 | 201 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.03 |
| HSL | 3.83º | 0.77% | 0.88% | - |
| HSV(B) | 3.83º | 0.19% | 0.97% | - |
| XYZ | 70.85 | 67.36 | 64.53 | - |
| YUV | 216.81 | 119.08 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 204 | 201 | 0 | 0.18 | 0.19 | 0.03 | 3.83 | 0.77 | 0.88 |
| Hex | F8 | CC | C9 | 0 | 12 | 13 | 3 | 4 | 4D | 58 |
| Octal | 370 | 314 | 311 | 0 | 22 | 23 | 3 | 4 | 115 | 130 |
| Binary | 11111000 | 11001100 | 11001001 | 0 | 10010 | 10011 | 11 | 100 | 1001101 | 1011000 |
Color Harmonies of #F8CCC9
Complementary color
Monochromatic Colors of #F8CCC9
Black with #F8CCC9
Text Example
Text Example
White with #F8CCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CCC9; }
p { color: rgb(248,204,201); }
H1.HeaderClassName
{
color: #F8CCC9;
}
.AnyTagClassName
{
color: #F8CCC9;
}
</style>
background-color css
<style>
a { background-color: #F8CCC9; }
a { background-color: rgb(248,204,201); }
div.DivClassName
{
background-color: #F8CCC9;
}
.BgClassName
{
background-color: #F8CCC9;
}
</style>
border-color css
<style>
span { border-color: #F8CCC9; }
span { border-color: rgb(248,204,201); }
td.TdClassName
{
border-color: #F8CCC9;
}
.TagClassName
{
border-color: #F8CCC9;
}
</style>