Shades of Coral Candy #F2D1CD
Tints of Coral Candy #F2D1CD
RGB
CMYK
RGB Variations
Color information
#F2D1CD (or 0xF2D1CD) is known color: Coral Candy. HEX triplet: F2, D1 and CD. RGB value is (242,209,205). Sum of RGB (Red+Green+Blue) = 242+209+205=656 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.89% from 656); Green value is 209 (82.03% from 255 or 31.86% from 656); Blue value is 205 (80.47% from 255 or 31.25% from 656); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D1CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D1CD is #0D2E32. Grayscale: #DADADA. Windows color (decimal): -863795 or 13488626. OLE color: 13488626.
HSL color Cylindrical-coordinate representation of color #F2D1CD: hue angle of 6.49º 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 #F2D1CD is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 209 | 205 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.05 |
| HSL | 6.49º | 0.59% | 0.88% | - |
| HSV(B) | 6.49º | 0.15% | 0.95% | - |
| XYZ | 70.44 | 68.89 | 67.34 | - |
| YUV | 218.41 | 120.43 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 209 | 205 | 0 | 0.14 | 0.15 | 0.05 | 6.49 | 0.59 | 0.88 |
| Hex | F2 | D1 | CD | 0 | E | F | 5 | 6 | 3B | 58 |
| Octal | 362 | 321 | 315 | 0 | 16 | 17 | 5 | 6 | 73 | 130 |
| Binary | 11110010 | 11010001 | 11001101 | 0 | 1110 | 1111 | 101 | 110 | 111011 | 1011000 |
Color Harmonies of #F2D1CD
Complementary color
Monochromatic Colors of #F2D1CD
Black with #F2D1CD
Text Example
Text Example
White with #F2D1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D1CD; }
p { color: rgb(242,209,205); }
H1.HeaderClassName
{
color: #F2D1CD;
}
.AnyTagClassName
{
color: #F2D1CD;
}
</style>
background-color css
<style>
a { background-color: #F2D1CD; }
a { background-color: rgb(242,209,205); }
div.DivClassName
{
background-color: #F2D1CD;
}
.BgClassName
{
background-color: #F2D1CD;
}
</style>
border-color css
<style>
span { border-color: #F2D1CD; }
span { border-color: rgb(242,209,205); }
td.TdClassName
{
border-color: #F2D1CD;
}
.TagClassName
{
border-color: #F2D1CD;
}
</style>