Shades of Coral Candy #F5D2CA
Tints of Coral Candy #F5D2CA
RGB
CMYK
RGB Variations
Color information
#F5D2CA (or 0xF5D2CA) is known color: Coral Candy. HEX triplet: F5, D2 and CA. RGB value is (245,210,202). Sum of RGB (Red+Green+Blue) = 245+210+202=657 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.29% from 657); Green value is 210 (82.42% from 255 or 31.96% from 657); Blue value is 202 (79.30% from 255 or 30.75% from 657); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D2CA is #0A2D35. Grayscale: #DBDBDB. Windows color (decimal): -666934 or 13292277. OLE color: 13292277.
HSL color Cylindrical-coordinate representation of color #F5D2CA: hue angle of 11.16º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F5D2CA is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 210 | 202 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.04 |
| HSL | 11.16º | 0.68% | 0.88% | - |
| HSV(B) | 11.16º | 0.18% | 0.96% | - |
| XYZ | 71.36 | 69.77 | 65.58 | - |
| YUV | 219.55 | 118.1 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 210 | 202 | 0 | 0.14 | 0.18 | 0.04 | 11.16 | 0.68 | 0.88 |
| Hex | F5 | D2 | CA | 0 | E | 12 | 4 | B | 44 | 58 |
| Octal | 365 | 322 | 312 | 0 | 16 | 22 | 4 | 13 | 104 | 130 |
| Binary | 11110101 | 11010010 | 11001010 | 0 | 1110 | 10010 | 100 | 1011 | 1000100 | 1011000 |
Color Harmonies of #F5D2CA
Complementary color
Monochromatic Colors of #F5D2CA
Black with #F5D2CA
Text Example
Text Example
White with #F5D2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D2CA; }
p { color: rgb(245,210,202); }
H1.HeaderClassName
{
color: #F5D2CA;
}
.AnyTagClassName
{
color: #F5D2CA;
}
</style>
background-color css
<style>
a { background-color: #F5D2CA; }
a { background-color: rgb(245,210,202); }
div.DivClassName
{
background-color: #F5D2CA;
}
.BgClassName
{
background-color: #F5D2CA;
}
</style>
border-color css
<style>
span { border-color: #F5D2CA; }
span { border-color: rgb(245,210,202); }
td.TdClassName
{
border-color: #F5D2CA;
}
.TagClassName
{
border-color: #F5D2CA;
}
</style>