Shades of Coral Candy #F7D0C9
Tints of Coral Candy #F7D0C9
RGB
CMYK
RGB Variations
Color information
#F7D0C9 (or 0xF7D0C9) is known color: Coral Candy. HEX triplet: F7, D0 and C9. RGB value is (247,208,201). Sum of RGB (Red+Green+Blue) = 247+208+201=656 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.65% from 656); Green value is 208 (81.64% from 255 or 31.71% from 656); Blue value is 201 (78.91% from 255 or 30.64% from 656); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D0C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D0C9 is #082F36. Grayscale: #DADADA. Windows color (decimal): -536375 or 13226231. OLE color: 13226231.
HSL color Cylindrical-coordinate representation of color #F7D0C9: hue angle of 9.13º degrees, saturation: 0.74, 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 #F7D0C9 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 208 | 201 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.03 |
| HSL | 9.13º | 0.74% | 0.88% | - |
| HSV(B) | 9.13º | 0.19% | 0.97% | - |
| XYZ | 71.46 | 69.1 | 64.83 | - |
| YUV | 218.86 | 117.92 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 208 | 201 | 0 | 0.16 | 0.19 | 0.03 | 9.13 | 0.74 | 0.88 |
| Hex | F7 | D0 | C9 | 0 | 10 | 13 | 3 | 9 | 4A | 58 |
| Octal | 367 | 320 | 311 | 0 | 20 | 23 | 3 | 11 | 112 | 130 |
| Binary | 11110111 | 11010000 | 11001001 | 0 | 10000 | 10011 | 11 | 1001 | 1001010 | 1011000 |
Color Harmonies of #F7D0C9
Complementary color
Monochromatic Colors of #F7D0C9
Black with #F7D0C9
Text Example
Text Example
White with #F7D0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D0C9; }
p { color: rgb(247,208,201); }
H1.HeaderClassName
{
color: #F7D0C9;
}
.AnyTagClassName
{
color: #F7D0C9;
}
</style>
background-color css
<style>
a { background-color: #F7D0C9; }
a { background-color: rgb(247,208,201); }
div.DivClassName
{
background-color: #F7D0C9;
}
.BgClassName
{
background-color: #F7D0C9;
}
</style>
border-color css
<style>
span { border-color: #F7D0C9; }
span { border-color: rgb(247,208,201); }
td.TdClassName
{
border-color: #F7D0C9;
}
.TagClassName
{
border-color: #F7D0C9;
}
</style>