Shades of Coral Candy #F2D3CA
Tints of Coral Candy #F2D3CA
RGB
CMYK
RGB Variations
Color information
#F2D3CA (or 0xF2D3CA) is known color: Coral Candy. HEX triplet: F2, D3 and CA. RGB value is (242,211,202). Sum of RGB (Red+Green+Blue) = 242+211+202=655 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.95% from 655); Green value is 211 (82.81% from 255 or 32.21% from 655); Blue value is 202 (79.30% from 255 or 30.84% from 655); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D3CA is #0D2C35. Grayscale: #DBDBDB. Windows color (decimal): -863286 or 13292530. OLE color: 13292530.
HSL color Cylindrical-coordinate representation of color #F2D3CA: hue angle of 13.5º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F2D3CA is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 211 | 202 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.05 |
| HSL | 13.5º | 0.61% | 0.87% | - |
| HSV(B) | 13.5º | 0.17% | 0.95% | - |
| XYZ | 70.57 | 69.73 | 65.62 | - |
| YUV | 219.24 | 118.27 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 211 | 202 | 0 | 0.13 | 0.17 | 0.05 | 13.5 | 0.61 | 0.87 |
| Hex | F2 | D3 | CA | 0 | D | 11 | 5 | E | 3D | 57 |
| Octal | 362 | 323 | 312 | 0 | 15 | 21 | 5 | 16 | 75 | 127 |
| Binary | 11110010 | 11010011 | 11001010 | 0 | 1101 | 10001 | 101 | 1110 | 111101 | 1010111 |
Color Harmonies of #F2D3CA
Complementary color
Monochromatic Colors of #F2D3CA
Black with #F2D3CA
Text Example
Text Example
White with #F2D3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D3CA; }
p { color: rgb(242,211,202); }
H1.HeaderClassName
{
color: #F2D3CA;
}
.AnyTagClassName
{
color: #F2D3CA;
}
</style>
background-color css
<style>
a { background-color: #F2D3CA; }
a { background-color: rgb(242,211,202); }
div.DivClassName
{
background-color: #F2D3CA;
}
.BgClassName
{
background-color: #F2D3CA;
}
</style>
border-color css
<style>
span { border-color: #F2D3CA; }
span { border-color: rgb(242,211,202); }
td.TdClassName
{
border-color: #F2D3CA;
}
.TagClassName
{
border-color: #F2D3CA;
}
</style>