Shades of Coral Candy #F6D0CE
Tints of Coral Candy #F6D0CE
RGB
CMYK
RGB Variations
Color information
#F6D0CE (or 0xF6D0CE) is known color: Coral Candy. HEX triplet: F6, D0 and CE. RGB value is (246,208,206). Sum of RGB (Red+Green+Blue) = 246+208+206=660 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.27% from 660); Green value is 208 (81.64% from 255 or 31.52% from 660); Blue value is 206 (80.86% from 255 or 31.21% from 660); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D0CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D0CE is #092F31. Grayscale: #DBDBDB. Windows color (decimal): -601906 or 13553910. OLE color: 13553910.
HSL color Cylindrical-coordinate representation of color #F6D0CE: hue angle of 3º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F6D0CE is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 208 | 206 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.04 |
| HSL | 3º | 0.69% | 0.89% | - |
| HSV(B) | 3º | 0.16% | 0.96% | - |
| XYZ | 71.7 | 69.16 | 67.96 | - |
| YUV | 219.13 | 120.59 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 208 | 206 | 0 | 0.15 | 0.16 | 0.04 | 3 | 0.69 | 0.89 |
| Hex | F6 | D0 | CE | 0 | F | 10 | 4 | 3 | 45 | 59 |
| Octal | 366 | 320 | 316 | 0 | 17 | 20 | 4 | 3 | 105 | 131 |
| Binary | 11110110 | 11010000 | 11001110 | 0 | 1111 | 10000 | 100 | 11 | 1000101 | 1011001 |
Color Harmonies of #F6D0CE
Complementary color
Monochromatic Colors of #F6D0CE
Black with #F6D0CE
Text Example
Text Example
White with #F6D0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D0CE; }
p { color: rgb(246,208,206); }
H1.HeaderClassName
{
color: #F6D0CE;
}
.AnyTagClassName
{
color: #F6D0CE;
}
</style>
background-color css
<style>
a { background-color: #F6D0CE; }
a { background-color: rgb(246,208,206); }
div.DivClassName
{
background-color: #F6D0CE;
}
.BgClassName
{
background-color: #F6D0CE;
}
</style>
border-color css
<style>
span { border-color: #F6D0CE; }
span { border-color: rgb(246,208,206); }
td.TdClassName
{
border-color: #F6D0CE;
}
.TagClassName
{
border-color: #F6D0CE;
}
</style>