Shades of Coral Candy #F5D2CD
Tints of Coral Candy #F5D2CD
RGB
CMYK
RGB Variations
Color information
#F5D2CD (or 0xF5D2CD) is known color: Coral Candy. HEX triplet: F5, D2 and CD. RGB value is (245,210,205). Sum of RGB (Red+Green+Blue) = 245+210+205=660 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.12% from 660); Green value is 210 (82.42% from 255 or 31.82% from 660); Blue value is 205 (80.47% from 255 or 31.06% from 660); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D2CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D2CD is #0A2D32. Grayscale: #DBDBDB. Windows color (decimal): -666931 or 13488885. OLE color: 13488885.
HSL color Cylindrical-coordinate representation of color #F5D2CD: hue angle of 7.5º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F5D2CD is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 210 | 205 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.04 |
| HSL | 7.5º | 0.67% | 0.88% | - |
| HSV(B) | 7.5º | 0.16% | 0.96% | - |
| XYZ | 71.72 | 69.91 | 67.47 | - |
| YUV | 219.9 | 119.6 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 210 | 205 | 0 | 0.14 | 0.16 | 0.04 | 7.5 | 0.67 | 0.88 |
| Hex | F5 | D2 | CD | 0 | E | 10 | 4 | 8 | 43 | 58 |
| Octal | 365 | 322 | 315 | 0 | 16 | 20 | 4 | 10 | 103 | 130 |
| Binary | 11110101 | 11010010 | 11001101 | 0 | 1110 | 10000 | 100 | 1000 | 1000011 | 1011000 |
Color Harmonies of #F5D2CD
Complementary color
Monochromatic Colors of #F5D2CD
Black with #F5D2CD
Text Example
Text Example
White with #F5D2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D2CD; }
p { color: rgb(245,210,205); }
H1.HeaderClassName
{
color: #F5D2CD;
}
.AnyTagClassName
{
color: #F5D2CD;
}
</style>
background-color css
<style>
a { background-color: #F5D2CD; }
a { background-color: rgb(245,210,205); }
div.DivClassName
{
background-color: #F5D2CD;
}
.BgClassName
{
background-color: #F5D2CD;
}
</style>
border-color css
<style>
span { border-color: #F5D2CD; }
span { border-color: rgb(245,210,205); }
td.TdClassName
{
border-color: #F5D2CD;
}
.TagClassName
{
border-color: #F5D2CD;
}
</style>