Shades of Coral Candy #F0D3CD
Tints of Coral Candy #F0D3CD
RGB
CMYK
RGB Variations
Color information
#F0D3CD (or 0xF0D3CD) is known color: Coral Candy. HEX triplet: F0, D3 and CD. RGB value is (240,211,205). Sum of RGB (Red+Green+Blue) = 240+211+205=656 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.59% from 656); Green value is 211 (82.81% from 255 or 32.16% from 656); Blue value is 205 (80.47% from 255 or 31.25% from 656); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D3CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D3CD is #0F2C32. Grayscale: #DBDBDB. Windows color (decimal): -994355 or 13489136. OLE color: 13489136.
HSL color Cylindrical-coordinate representation of color #F0D3CD: hue angle of 10.29º degrees, saturation: 0.54, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0D3CD is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 211 | 205 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.06 |
| HSL | 10.29º | 0.54% | 0.87% | - |
| HSV(B) | 10.29º | 0.15% | 0.94% | - |
| XYZ | 70.25 | 69.52 | 67.47 | - |
| YUV | 218.99 | 120.11 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 211 | 205 | 0 | 0.12 | 0.15 | 0.06 | 10.29 | 0.54 | 0.87 |
| Hex | F0 | D3 | CD | 0 | C | F | 6 | A | 36 | 57 |
| Octal | 360 | 323 | 315 | 0 | 14 | 17 | 6 | 12 | 66 | 127 |
| Binary | 11110000 | 11010011 | 11001101 | 0 | 1100 | 1111 | 110 | 1010 | 110110 | 1010111 |
Color Harmonies of #F0D3CD
Complementary color
Monochromatic Colors of #F0D3CD
Black with #F0D3CD
Text Example
Text Example
White with #F0D3CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D3CD; }
p { color: rgb(240,211,205); }
H1.HeaderClassName
{
color: #F0D3CD;
}
.AnyTagClassName
{
color: #F0D3CD;
}
</style>
background-color css
<style>
a { background-color: #F0D3CD; }
a { background-color: rgb(240,211,205); }
div.DivClassName
{
background-color: #F0D3CD;
}
.BgClassName
{
background-color: #F0D3CD;
}
</style>
border-color css
<style>
span { border-color: #F0D3CD; }
span { border-color: rgb(240,211,205); }
td.TdClassName
{
border-color: #F0D3CD;
}
.TagClassName
{
border-color: #F0D3CD;
}
</style>