Shades of Coral Candy #F0D2C8
Tints of Coral Candy #F0D2C8
RGB
CMYK
RGB Variations
Color information
#F0D2C8 (or 0xF0D2C8) is known color: Coral Candy. HEX triplet: F0, D2 and C8. RGB value is (240,210,200). Sum of RGB (Red+Green+Blue) = 240+210+200=650 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.92% from 650); Green value is 210 (82.42% from 255 or 32.31% from 650); Blue value is 200 (78.52% from 255 or 30.77% from 650); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D2C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D2C8 is #0F2D37. Grayscale: #D9D9D9. Windows color (decimal): -994616 or 13161200. OLE color: 13161200.
HSL color Cylindrical-coordinate representation of color #F0D2C8: hue angle of 15º 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 #F0D2C8 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 210 | 200 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.06 |
| HSL | 15º | 0.57% | 0.86% | - |
| HSV(B) | 15º | 0.17% | 0.94% | - |
| XYZ | 69.41 | 68.79 | 64.26 | - |
| YUV | 217.83 | 117.94 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 210 | 200 | 0 | 0.12 | 0.17 | 0.06 | 15 | 0.57 | 0.86 |
| Hex | F0 | D2 | C8 | 0 | C | 11 | 6 | F | 39 | 56 |
| Octal | 360 | 322 | 310 | 0 | 14 | 21 | 6 | 17 | 71 | 126 |
| Binary | 11110000 | 11010010 | 11001000 | 0 | 1100 | 10001 | 110 | 1111 | 111001 | 1010110 |
Color Harmonies of #F0D2C8
Complementary color
Monochromatic Colors of #F0D2C8
Black with #F0D2C8
Text Example
Text Example
White with #F0D2C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D2C8; }
p { color: rgb(240,210,200); }
H1.HeaderClassName
{
color: #F0D2C8;
}
.AnyTagClassName
{
color: #F0D2C8;
}
</style>
background-color css
<style>
a { background-color: #F0D2C8; }
a { background-color: rgb(240,210,200); }
div.DivClassName
{
background-color: #F0D2C8;
}
.BgClassName
{
background-color: #F0D2C8;
}
</style>
border-color css
<style>
span { border-color: #F0D2C8; }
span { border-color: rgb(240,210,200); }
td.TdClassName
{
border-color: #F0D2C8;
}
.TagClassName
{
border-color: #F0D2C8;
}
</style>