Shades of Coral Candy #F2D0CD
Tints of Coral Candy #F2D0CD
RGB
CMYK
RGB Variations
Color information
#F2D0CD (or 0xF2D0CD) is known color: Coral Candy. HEX triplet: F2, D0 and CD. RGB value is (242,208,205). Sum of RGB (Red+Green+Blue) = 242+208+205=655 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.95% from 655); Green value is 208 (81.64% from 255 or 31.76% from 655); Blue value is 205 (80.47% from 255 or 31.30% from 655); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D0CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D0CD is #0D2F32. Grayscale: #D9D9D9. Windows color (decimal): -864051 or 13488370. OLE color: 13488370.
HSL color Cylindrical-coordinate representation of color #F2D0CD: hue angle of 4.86º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F2D0CD is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 208 | 205 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.05 |
| HSL | 4.86º | 0.59% | 0.88% | - |
| HSV(B) | 4.86º | 0.15% | 0.95% | - |
| XYZ | 70.19 | 68.4 | 67.26 | - |
| YUV | 217.82 | 120.76 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 208 | 205 | 0 | 0.14 | 0.15 | 0.05 | 4.86 | 0.59 | 0.88 |
| Hex | F2 | D0 | CD | 0 | E | F | 5 | 5 | 3B | 58 |
| Octal | 362 | 320 | 315 | 0 | 16 | 17 | 5 | 5 | 73 | 130 |
| Binary | 11110010 | 11010000 | 11001101 | 0 | 1110 | 1111 | 101 | 101 | 111011 | 1011000 |
Color Harmonies of #F2D0CD
Complementary color
Monochromatic Colors of #F2D0CD
Black with #F2D0CD
Text Example
Text Example
White with #F2D0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D0CD; }
p { color: rgb(242,208,205); }
H1.HeaderClassName
{
color: #F2D0CD;
}
.AnyTagClassName
{
color: #F2D0CD;
}
</style>
background-color css
<style>
a { background-color: #F2D0CD; }
a { background-color: rgb(242,208,205); }
div.DivClassName
{
background-color: #F2D0CD;
}
.BgClassName
{
background-color: #F2D0CD;
}
</style>
border-color css
<style>
span { border-color: #F2D0CD; }
span { border-color: rgb(242,208,205); }
td.TdClassName
{
border-color: #F2D0CD;
}
.TagClassName
{
border-color: #F2D0CD;
}
</style>