Shades of Coral Candy #F2D4CB
Tints of Coral Candy #F2D4CB
RGB
CMYK
RGB Variations
Color information
#F2D4CB (or 0xF2D4CB) is known color: Coral Candy. HEX triplet: F2, D4 and CB. RGB value is (242,212,203). Sum of RGB (Red+Green+Blue) = 242+212+203=657 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.83% from 657); Green value is 212 (83.20% from 255 or 32.27% from 657); Blue value is 203 (79.69% from 255 or 30.90% from 657); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D4CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D4CB is #0D2B34. Grayscale: #DCDCDC. Windows color (decimal): -863029 or 13358322. OLE color: 13358322.
HSL color Cylindrical-coordinate representation of color #F2D4CB: hue angle of 13.85º degrees, saturation: 0.6, 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 #F2D4CB is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 212 | 203 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.05 |
| HSL | 13.85º | 0.6% | 0.87% | - |
| HSV(B) | 13.85º | 0.16% | 0.95% | - |
| XYZ | 70.94 | 70.28 | 66.33 | - |
| YUV | 219.94 | 118.44 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 212 | 203 | 0 | 0.12 | 0.16 | 0.05 | 13.85 | 0.6 | 0.87 |
| Hex | F2 | D4 | CB | 0 | C | 10 | 5 | E | 3C | 57 |
| Octal | 362 | 324 | 313 | 0 | 14 | 20 | 5 | 16 | 74 | 127 |
| Binary | 11110010 | 11010100 | 11001011 | 0 | 1100 | 10000 | 101 | 1110 | 111100 | 1010111 |
Color Harmonies of #F2D4CB
Complementary color
Monochromatic Colors of #F2D4CB
Black with #F2D4CB
Text Example
Text Example
White with #F2D4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D4CB; }
p { color: rgb(242,212,203); }
H1.HeaderClassName
{
color: #F2D4CB;
}
.AnyTagClassName
{
color: #F2D4CB;
}
</style>
background-color css
<style>
a { background-color: #F2D4CB; }
a { background-color: rgb(242,212,203); }
div.DivClassName
{
background-color: #F2D4CB;
}
.BgClassName
{
background-color: #F2D4CB;
}
</style>
border-color css
<style>
span { border-color: #F2D4CB; }
span { border-color: rgb(242,212,203); }
td.TdClassName
{
border-color: #F2D4CB;
}
.TagClassName
{
border-color: #F2D4CB;
}
</style>