Shades of Coral Candy #F2D3CC
Tints of Coral Candy #F2D3CC
RGB
CMYK
RGB Variations
Color information
#F2D3CC (or 0xF2D3CC) is known color: Coral Candy. HEX triplet: F2, D3 and CC. RGB value is (242,211,204). Sum of RGB (Red+Green+Blue) = 242+211+204=657 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.83% from 657); Green value is 211 (82.81% from 255 or 32.12% from 657); Blue value is 204 (80.08% from 255 or 31.05% from 657); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D3CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D3CC is #0D2C33. Grayscale: #DBDBDB. Windows color (decimal): -863284 or 13423602. OLE color: 13423602.
HSL color Cylindrical-coordinate representation of color #F2D3CC: hue angle of 11.05º 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 #F2D3CC is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 211 | 204 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.05 |
| HSL | 11.05º | 0.59% | 0.87% | - |
| HSV(B) | 11.05º | 0.16% | 0.95% | - |
| XYZ | 70.81 | 69.83 | 66.87 | - |
| YUV | 219.47 | 119.27 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 211 | 204 | 0 | 0.13 | 0.16 | 0.05 | 11.05 | 0.59 | 0.87 |
| Hex | F2 | D3 | CC | 0 | D | 10 | 5 | B | 3B | 57 |
| Octal | 362 | 323 | 314 | 0 | 15 | 20 | 5 | 13 | 73 | 127 |
| Binary | 11110010 | 11010011 | 11001100 | 0 | 1101 | 10000 | 101 | 1011 | 111011 | 1010111 |
Color Harmonies of #F2D3CC
Complementary color
Monochromatic Colors of #F2D3CC
Black with #F2D3CC
Text Example
Text Example
White with #F2D3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D3CC; }
p { color: rgb(242,211,204); }
H1.HeaderClassName
{
color: #F2D3CC;
}
.AnyTagClassName
{
color: #F2D3CC;
}
</style>
background-color css
<style>
a { background-color: #F2D3CC; }
a { background-color: rgb(242,211,204); }
div.DivClassName
{
background-color: #F2D3CC;
}
.BgClassName
{
background-color: #F2D3CC;
}
</style>
border-color css
<style>
span { border-color: #F2D3CC; }
span { border-color: rgb(242,211,204); }
td.TdClassName
{
border-color: #F2D3CC;
}
.TagClassName
{
border-color: #F2D3CC;
}
</style>