Shades of Coral Candy #F0D0CC
Tints of Coral Candy #F0D0CC
RGB
CMYK
RGB Variations
Color information
#F0D0CC (or 0xF0D0CC) is known color: Coral Candy. HEX triplet: F0, D0 and CC. RGB value is (240,208,204). Sum of RGB (Red+Green+Blue) = 240+208+204=652 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.81% from 652); Green value is 208 (81.64% from 255 or 31.90% from 652); Blue value is 204 (80.08% from 255 or 31.29% from 652); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D0CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D0CC is #0F2F33. Grayscale: #D9D9D9. Windows color (decimal): -995124 or 13422832. OLE color: 13422832.
HSL color Cylindrical-coordinate representation of color #F0D0CC: hue angle of 6.67º degrees, saturation: 0.55, 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 #F0D0CC is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 208 | 204 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.06 |
| HSL | 6.67º | 0.55% | 0.87% | - |
| HSV(B) | 6.67º | 0.15% | 0.94% | - |
| XYZ | 69.39 | 68 | 66.59 | - |
| YUV | 217.11 | 120.6 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 208 | 204 | 0 | 0.13 | 0.15 | 0.06 | 6.67 | 0.55 | 0.87 |
| Hex | F0 | D0 | CC | 0 | D | F | 6 | 7 | 37 | 57 |
| Octal | 360 | 320 | 314 | 0 | 15 | 17 | 6 | 7 | 67 | 127 |
| Binary | 11110000 | 11010000 | 11001100 | 0 | 1101 | 1111 | 110 | 111 | 110111 | 1010111 |
Color Harmonies of #F0D0CC
Complementary color
Monochromatic Colors of #F0D0CC
Black with #F0D0CC
Text Example
Text Example
White with #F0D0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D0CC; }
p { color: rgb(240,208,204); }
H1.HeaderClassName
{
color: #F0D0CC;
}
.AnyTagClassName
{
color: #F0D0CC;
}
</style>
background-color css
<style>
a { background-color: #F0D0CC; }
a { background-color: rgb(240,208,204); }
div.DivClassName
{
background-color: #F0D0CC;
}
.BgClassName
{
background-color: #F0D0CC;
}
</style>
border-color css
<style>
span { border-color: #F0D0CC; }
span { border-color: rgb(240,208,204); }
td.TdClassName
{
border-color: #F0D0CC;
}
.TagClassName
{
border-color: #F0D0CC;
}
</style>