Shades of Coral Candy #F0D1CA
Tints of Coral Candy #F0D1CA
RGB
CMYK
RGB Variations
Color information
#F0D1CA (or 0xF0D1CA) is known color: Coral Candy. HEX triplet: F0, D1 and CA. RGB value is (240,209,202). Sum of RGB (Red+Green+Blue) = 240+209+202=651 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.87% from 651); Green value is 209 (82.03% from 255 or 32.10% from 651); Blue value is 202 (79.30% from 255 or 31.03% from 651); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D1CA is #0F2E35. Grayscale: #D9D9D9. Windows color (decimal): -994870 or 13292016. OLE color: 13292016.
HSL color Cylindrical-coordinate representation of color #F0D1CA: hue angle of 11.05º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0D1CA is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 209 | 202 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.06 |
| HSL | 11.05º | 0.56% | 0.87% | - |
| HSV(B) | 11.05º | 0.16% | 0.94% | - |
| XYZ | 69.4 | 68.39 | 65.42 | - |
| YUV | 217.47 | 119.27 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 209 | 202 | 0 | 0.13 | 0.16 | 0.06 | 11.05 | 0.56 | 0.87 |
| Hex | F0 | D1 | CA | 0 | D | 10 | 6 | B | 38 | 57 |
| Octal | 360 | 321 | 312 | 0 | 15 | 20 | 6 | 13 | 70 | 127 |
| Binary | 11110000 | 11010001 | 11001010 | 0 | 1101 | 10000 | 110 | 1011 | 111000 | 1010111 |
Color Harmonies of #F0D1CA
Complementary color
Monochromatic Colors of #F0D1CA
Black with #F0D1CA
Text Example
Text Example
White with #F0D1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D1CA; }
p { color: rgb(240,209,202); }
H1.HeaderClassName
{
color: #F0D1CA;
}
.AnyTagClassName
{
color: #F0D1CA;
}
</style>
background-color css
<style>
a { background-color: #F0D1CA; }
a { background-color: rgb(240,209,202); }
div.DivClassName
{
background-color: #F0D1CA;
}
.BgClassName
{
background-color: #F0D1CA;
}
</style>
border-color css
<style>
span { border-color: #F0D1CA; }
span { border-color: rgb(240,209,202); }
td.TdClassName
{
border-color: #F0D1CA;
}
.TagClassName
{
border-color: #F0D1CA;
}
</style>