Shades of Coral Candy #F6CECC
Tints of Coral Candy #F6CECC
RGB
CMYK
RGB Variations
Color information
#F6CECC (or 0xF6CECC) is known color: Coral Candy. HEX triplet: F6, CE and CC. RGB value is (246,206,204). Sum of RGB (Red+Green+Blue) = 246+206+204=656 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.5% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 204 (80.08% from 255 or 31.10% from 656); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CECC is #093133. Grayscale: #D9D9D9. Windows color (decimal): -602420 or 13422326. OLE color: 13422326.
HSL color Cylindrical-coordinate representation of color #F6CECC: hue angle of 2.86º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F6CECC is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 206 | 204 | - |
| CMYK | 0 | 0.16 | 0.17 | 0.04 |
| HSL | 2.86º | 0.7% | 0.88% | - |
| HSV(B) | 2.86º | 0.17% | 0.96% | - |
| XYZ | 70.98 | 68.1 | 66.53 | - |
| YUV | 217.73 | 120.25 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 206 | 204 | 0 | 0.16 | 0.17 | 0.04 | 2.86 | 0.7 | 0.88 |
| Hex | F6 | CE | CC | 0 | 10 | 11 | 4 | 3 | 46 | 58 |
| Octal | 366 | 316 | 314 | 0 | 20 | 21 | 4 | 3 | 106 | 130 |
| Binary | 11110110 | 11001110 | 11001100 | 0 | 10000 | 10001 | 100 | 11 | 1000110 | 1011000 |
Color Harmonies of #F6CECC
Complementary color
Monochromatic Colors of #F6CECC
Black with #F6CECC
Text Example
Text Example
White with #F6CECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CECC; }
p { color: rgb(246,206,204); }
H1.HeaderClassName
{
color: #F6CECC;
}
.AnyTagClassName
{
color: #F6CECC;
}
</style>
background-color css
<style>
a { background-color: #F6CECC; }
a { background-color: rgb(246,206,204); }
div.DivClassName
{
background-color: #F6CECC;
}
.BgClassName
{
background-color: #F6CECC;
}
</style>
border-color css
<style>
span { border-color: #F6CECC; }
span { border-color: rgb(246,206,204); }
td.TdClassName
{
border-color: #F6CECC;
}
.TagClassName
{
border-color: #F6CECC;
}
</style>