Shades of Coral Candy #F0D1C8
Tints of Coral Candy #F0D1C8
RGB
CMYK
RGB Variations
Color information
#F0D1C8 (or 0xF0D1C8) is known color: Coral Candy. HEX triplet: F0, D1 and C8. RGB value is (240,209,200). Sum of RGB (Red+Green+Blue) = 240+209+200=649 (85% of max value = 765). Red value is 240 (94.14% from 255 or 36.98% from 649); Green value is 209 (82.03% from 255 or 32.20% from 649); Blue value is 200 (78.52% from 255 or 30.82% from 649); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D1C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D1C8 is #0F2E37. Grayscale: #D9D9D9. Windows color (decimal): -994872 or 13160944. OLE color: 13160944.
HSL color Cylindrical-coordinate representation of color #F0D1C8: hue angle of 13.5º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F0D1C8 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 209 | 200 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.06 |
| HSL | 13.5º | 0.57% | 0.86% | - |
| HSV(B) | 13.5º | 0.17% | 0.94% | - |
| XYZ | 69.16 | 68.3 | 64.18 | - |
| YUV | 217.24 | 118.27 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 209 | 200 | 0 | 0.13 | 0.17 | 0.06 | 13.5 | 0.57 | 0.86 |
| Hex | F0 | D1 | C8 | 0 | D | 11 | 6 | E | 39 | 56 |
| Octal | 360 | 321 | 310 | 0 | 15 | 21 | 6 | 16 | 71 | 126 |
| Binary | 11110000 | 11010001 | 11001000 | 0 | 1101 | 10001 | 110 | 1110 | 111001 | 1010110 |
Color Harmonies of #F0D1C8
Complementary color
Monochromatic Colors of #F0D1C8
Black with #F0D1C8
Text Example
Text Example
White with #F0D1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D1C8; }
p { color: rgb(240,209,200); }
H1.HeaderClassName
{
color: #F0D1C8;
}
.AnyTagClassName
{
color: #F0D1C8;
}
</style>
background-color css
<style>
a { background-color: #F0D1C8; }
a { background-color: rgb(240,209,200); }
div.DivClassName
{
background-color: #F0D1C8;
}
.BgClassName
{
background-color: #F0D1C8;
}
</style>
border-color css
<style>
span { border-color: #F0D1C8; }
span { border-color: rgb(240,209,200); }
td.TdClassName
{
border-color: #F0D1C8;
}
.TagClassName
{
border-color: #F0D1C8;
}
</style>