Shades of Coral Candy #F7CFCA
Tints of Coral Candy #F7CFCA
RGB
CMYK
RGB Variations
Color information
#F7CFCA (or 0xF7CFCA) is known color: Coral Candy. HEX triplet: F7, CF and CA. RGB value is (247,207,202). Sum of RGB (Red+Green+Blue) = 247+207+202=656 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.65% from 656); Green value is 207 (81.25% from 255 or 31.55% from 656); Blue value is 202 (79.30% from 255 or 30.79% from 656); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CFCA is #083035. Grayscale: #DADADA. Windows color (decimal): -536630 or 13291511. OLE color: 13291511.
HSL color Cylindrical-coordinate representation of color #F7CFCA: hue angle of 6.67º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F7CFCA is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 207 | 202 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.03 |
| HSL | 6.67º | 0.74% | 0.88% | - |
| HSV(B) | 6.67º | 0.18% | 0.97% | - |
| XYZ | 71.33 | 68.66 | 65.37 | - |
| YUV | 218.39 | 118.75 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 207 | 202 | 0 | 0.16 | 0.18 | 0.03 | 6.67 | 0.74 | 0.88 |
| Hex | F7 | CF | CA | 0 | 10 | 12 | 3 | 7 | 4A | 58 |
| Octal | 367 | 317 | 312 | 0 | 20 | 22 | 3 | 7 | 112 | 130 |
| Binary | 11110111 | 11001111 | 11001010 | 0 | 10000 | 10010 | 11 | 111 | 1001010 | 1011000 |
Color Harmonies of #F7CFCA
Complementary color
Monochromatic Colors of #F7CFCA
Black with #F7CFCA
Text Example
Text Example
White with #F7CFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CFCA; }
p { color: rgb(247,207,202); }
H1.HeaderClassName
{
color: #F7CFCA;
}
.AnyTagClassName
{
color: #F7CFCA;
}
</style>
background-color css
<style>
a { background-color: #F7CFCA; }
a { background-color: rgb(247,207,202); }
div.DivClassName
{
background-color: #F7CFCA;
}
.BgClassName
{
background-color: #F7CFCA;
}
</style>
border-color css
<style>
span { border-color: #F7CFCA; }
span { border-color: rgb(247,207,202); }
td.TdClassName
{
border-color: #F7CFCA;
}
.TagClassName
{
border-color: #F7CFCA;
}
</style>