Shades of Coral Candy #F2D1CC
Tints of Coral Candy #F2D1CC
RGB
CMYK
RGB Variations
Color information
#F2D1CC (or 0xF2D1CC) is known color: Coral Candy. HEX triplet: F2, D1 and CC. RGB value is (242,209,204). Sum of RGB (Red+Green+Blue) = 242+209+204=655 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.95% from 655); Green value is 209 (82.03% from 255 or 31.91% from 655); Blue value is 204 (80.08% from 255 or 31.15% from 655); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D1CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D1CC is #0D2E33. Grayscale: #DADADA. Windows color (decimal): -863796 or 13423090. OLE color: 13423090.
HSL color Cylindrical-coordinate representation of color #F2D1CC: hue angle of 7.89º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2D1CC is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 209 | 204 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.05 |
| HSL | 7.89º | 0.59% | 0.87% | - |
| HSV(B) | 7.89º | 0.16% | 0.95% | - |
| XYZ | 70.32 | 68.84 | 66.71 | - |
| YUV | 218.3 | 119.93 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 209 | 204 | 0 | 0.14 | 0.16 | 0.05 | 7.89 | 0.59 | 0.87 |
| Hex | F2 | D1 | CC | 0 | E | 10 | 5 | 8 | 3B | 57 |
| Octal | 362 | 321 | 314 | 0 | 16 | 20 | 5 | 10 | 73 | 127 |
| Binary | 11110010 | 11010001 | 11001100 | 0 | 1110 | 10000 | 101 | 1000 | 111011 | 1010111 |
Color Harmonies of #F2D1CC
Complementary color
Monochromatic Colors of #F2D1CC
Black with #F2D1CC
Text Example
Text Example
White with #F2D1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D1CC; }
p { color: rgb(242,209,204); }
H1.HeaderClassName
{
color: #F2D1CC;
}
.AnyTagClassName
{
color: #F2D1CC;
}
</style>
background-color css
<style>
a { background-color: #F2D1CC; }
a { background-color: rgb(242,209,204); }
div.DivClassName
{
background-color: #F2D1CC;
}
.BgClassName
{
background-color: #F2D1CC;
}
</style>
border-color css
<style>
span { border-color: #F2D1CC; }
span { border-color: rgb(242,209,204); }
td.TdClassName
{
border-color: #F2D1CC;
}
.TagClassName
{
border-color: #F2D1CC;
}
</style>