Shades of Coral Candy #F0D3CE
Tints of Coral Candy #F0D3CE
RGB
CMYK
RGB Variations
Color information
#F0D3CE (or 0xF0D3CE) is known color: Coral Candy. HEX triplet: F0, D3 and CE. RGB value is (240,211,206). Sum of RGB (Red+Green+Blue) = 240+211+206=657 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.53% from 657); Green value is 211 (82.81% from 255 or 32.12% from 657); Blue value is 206 (80.86% from 255 or 31.35% from 657); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D3CE is #0F2C31. Grayscale: #DBDBDB. Windows color (decimal): -994354 or 13554672. OLE color: 13554672.
HSL color Cylindrical-coordinate representation of color #F0D3CE: hue angle of 8.82º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0D3CE is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 211 | 206 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.06 |
| HSL | 8.82º | 0.53% | 0.87% | - |
| HSV(B) | 8.82º | 0.14% | 0.94% | - |
| XYZ | 70.37 | 69.57 | 68.11 | - |
| YUV | 219.1 | 120.61 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 211 | 206 | 0 | 0.12 | 0.14 | 0.06 | 8.82 | 0.53 | 0.87 |
| Hex | F0 | D3 | CE | 0 | C | E | 6 | 9 | 35 | 57 |
| Octal | 360 | 323 | 316 | 0 | 14 | 16 | 6 | 11 | 65 | 127 |
| Binary | 11110000 | 11010011 | 11001110 | 0 | 1100 | 1110 | 110 | 1001 | 110101 | 1010111 |
Color Harmonies of #F0D3CE
Complementary color
Monochromatic Colors of #F0D3CE
Black with #F0D3CE
Text Example
Text Example
White with #F0D3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D3CE; }
p { color: rgb(240,211,206); }
H1.HeaderClassName
{
color: #F0D3CE;
}
.AnyTagClassName
{
color: #F0D3CE;
}
</style>
background-color css
<style>
a { background-color: #F0D3CE; }
a { background-color: rgb(240,211,206); }
div.DivClassName
{
background-color: #F0D3CE;
}
.BgClassName
{
background-color: #F0D3CE;
}
</style>
border-color css
<style>
span { border-color: #F0D3CE; }
span { border-color: rgb(240,211,206); }
td.TdClassName
{
border-color: #F0D3CE;
}
.TagClassName
{
border-color: #F0D3CE;
}
</style>