Shades of Coral Candy #F7CCC1
Tints of Coral Candy #F7CCC1
RGB
CMYK
RGB Variations
Color information
#F7CCC1 (or 0xF7CCC1) is known color: Coral Candy. HEX triplet: F7, CC and C1. RGB value is (247,204,193). Sum of RGB (Red+Green+Blue) = 247+204+193=644 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.35% from 644); Green value is 204 (80.08% from 255 or 31.68% from 644); Blue value is 193 (75.78% from 255 or 29.97% from 644); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CCC1 is #08333E. Grayscale: #D7D7D7. Windows color (decimal): -537407 or 12700919. OLE color: 12700919.
HSL color Cylindrical-coordinate representation of color #F7CCC1: hue angle of 12.22º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F7CCC1 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 204 | 193 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.03 |
| HSL | 12.22º | 0.77% | 0.86% | - |
| HSV(B) | 12.22º | 0.22% | 0.97% | - |
| XYZ | 69.58 | 66.81 | 59.68 | - |
| YUV | 215.6 | 115.25 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 204 | 193 | 0 | 0.17 | 0.22 | 0.03 | 12.22 | 0.77 | 0.86 |
| Hex | F7 | CC | C1 | 0 | 11 | 16 | 3 | C | 4D | 56 |
| Octal | 367 | 314 | 301 | 0 | 21 | 26 | 3 | 14 | 115 | 126 |
| Binary | 11110111 | 11001100 | 11000001 | 0 | 10001 | 10110 | 11 | 1100 | 1001101 | 1010110 |
Color Harmonies of #F7CCC1
Complementary color
Monochromatic Colors of #F7CCC1
Black with #F7CCC1
Text Example
Text Example
White with #F7CCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CCC1; }
p { color: rgb(247,204,193); }
H1.HeaderClassName
{
color: #F7CCC1;
}
.AnyTagClassName
{
color: #F7CCC1;
}
</style>
background-color css
<style>
a { background-color: #F7CCC1; }
a { background-color: rgb(247,204,193); }
div.DivClassName
{
background-color: #F7CCC1;
}
.BgClassName
{
background-color: #F7CCC1;
}
</style>
border-color css
<style>
span { border-color: #F7CCC1; }
span { border-color: rgb(247,204,193); }
td.TdClassName
{
border-color: #F7CCC1;
}
.TagClassName
{
border-color: #F7CCC1;
}
</style>