Shades of Coral Candy #F6D0CA
Tints of Coral Candy #F6D0CA
RGB
CMYK
RGB Variations
Color information
#F6D0CA (or 0xF6D0CA) is known color: Coral Candy. HEX triplet: F6, D0 and CA. RGB value is (246,208,202). Sum of RGB (Red+Green+Blue) = 246+208+202=656 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.5% from 656); Green value is 208 (81.64% from 255 or 31.71% from 656); Blue value is 202 (79.30% from 255 or 30.79% from 656); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D0CA is #092F35. Grayscale: #DADADA. Windows color (decimal): -601910 or 13291766. OLE color: 13291766.
HSL color Cylindrical-coordinate representation of color #F6D0CA: hue angle of 8.18º degrees, saturation: 0.71, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F6D0CA is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 208 | 202 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.04 |
| HSL | 8.18º | 0.71% | 0.88% | - |
| HSV(B) | 8.18º | 0.18% | 0.96% | - |
| XYZ | 71.22 | 68.97 | 65.44 | - |
| YUV | 218.68 | 118.59 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 208 | 202 | 0 | 0.15 | 0.18 | 0.04 | 8.18 | 0.71 | 0.88 |
| Hex | F6 | D0 | CA | 0 | F | 12 | 4 | 8 | 47 | 58 |
| Octal | 366 | 320 | 312 | 0 | 17 | 22 | 4 | 10 | 107 | 130 |
| Binary | 11110110 | 11010000 | 11001010 | 0 | 1111 | 10010 | 100 | 1000 | 1000111 | 1011000 |
Color Harmonies of #F6D0CA
Complementary color
Monochromatic Colors of #F6D0CA
Black with #F6D0CA
Text Example
Text Example
White with #F6D0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D0CA; }
p { color: rgb(246,208,202); }
H1.HeaderClassName
{
color: #F6D0CA;
}
.AnyTagClassName
{
color: #F6D0CA;
}
</style>
background-color css
<style>
a { background-color: #F6D0CA; }
a { background-color: rgb(246,208,202); }
div.DivClassName
{
background-color: #F6D0CA;
}
.BgClassName
{
background-color: #F6D0CA;
}
</style>
border-color css
<style>
span { border-color: #F6D0CA; }
span { border-color: rgb(246,208,202); }
td.TdClassName
{
border-color: #F6D0CA;
}
.TagClassName
{
border-color: #F6D0CA;
}
</style>