Shades of Coral Candy #F6CFC8
Tints of Coral Candy #F6CFC8
RGB
CMYK
RGB Variations
Color information
#F6CFC8 (or 0xF6CFC8) is known color: Coral Candy. HEX triplet: F6, CF and C8. RGB value is (246,207,200). Sum of RGB (Red+Green+Blue) = 246+207+200=653 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.67% from 653); Green value is 207 (81.25% from 255 or 31.70% from 653); Blue value is 200 (78.52% from 255 or 30.63% from 653); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CFC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CFC8 is #093037. Grayscale: #D9D9D9. Windows color (decimal): -602168 or 13160438. OLE color: 13160438.
HSL color Cylindrical-coordinate representation of color #F6CFC8: hue angle of 9.13º degrees, saturation: 0.72, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F6CFC8 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 207 | 200 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.04 |
| HSL | 9.13º | 0.72% | 0.87% | - |
| HSV(B) | 9.13º | 0.19% | 0.96% | - |
| XYZ | 70.74 | 68.39 | 64.12 | - |
| YUV | 217.86 | 117.92 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 207 | 200 | 0 | 0.16 | 0.19 | 0.04 | 9.13 | 0.72 | 0.87 |
| Hex | F6 | CF | C8 | 0 | 10 | 13 | 4 | 9 | 48 | 57 |
| Octal | 366 | 317 | 310 | 0 | 20 | 23 | 4 | 11 | 110 | 127 |
| Binary | 11110110 | 11001111 | 11001000 | 0 | 10000 | 10011 | 100 | 1001 | 1001000 | 1010111 |
Color Harmonies of #F6CFC8
Complementary color
Monochromatic Colors of #F6CFC8
Black with #F6CFC8
Text Example
Text Example
White with #F6CFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CFC8; }
p { color: rgb(246,207,200); }
H1.HeaderClassName
{
color: #F6CFC8;
}
.AnyTagClassName
{
color: #F6CFC8;
}
</style>
background-color css
<style>
a { background-color: #F6CFC8; }
a { background-color: rgb(246,207,200); }
div.DivClassName
{
background-color: #F6CFC8;
}
.BgClassName
{
background-color: #F6CFC8;
}
</style>
border-color css
<style>
span { border-color: #F6CFC8; }
span { border-color: rgb(246,207,200); }
td.TdClassName
{
border-color: #F6CFC8;
}
.TagClassName
{
border-color: #F6CFC8;
}
</style>