Shades of Coral Candy #F2D0CB
Tints of Coral Candy #F2D0CB
RGB
CMYK
RGB Variations
Color information
#F2D0CB (or 0xF2D0CB) is known color: Coral Candy. HEX triplet: F2, D0 and CB. RGB value is (242,208,203). Sum of RGB (Red+Green+Blue) = 242+208+203=653 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.06% from 653); Green value is 208 (81.64% from 255 or 31.85% from 653); Blue value is 203 (79.69% from 255 or 31.09% from 653); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D0CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D0CB is #0D2F34. Grayscale: #D9D9D9. Windows color (decimal): -864053 or 13357298. OLE color: 13357298.
HSL color Cylindrical-coordinate representation of color #F2D0CB: hue angle of 7.69º 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 #F2D0CB is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 208 | 203 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.05 |
| HSL | 7.69º | 0.6% | 0.87% | - |
| HSV(B) | 7.69º | 0.16% | 0.95% | - |
| XYZ | 69.95 | 68.3 | 66 | - |
| YUV | 217.6 | 119.76 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 208 | 203 | 0 | 0.14 | 0.16 | 0.05 | 7.69 | 0.6 | 0.87 |
| Hex | F2 | D0 | CB | 0 | E | 10 | 5 | 8 | 3C | 57 |
| Octal | 362 | 320 | 313 | 0 | 16 | 20 | 5 | 10 | 74 | 127 |
| Binary | 11110010 | 11010000 | 11001011 | 0 | 1110 | 10000 | 101 | 1000 | 111100 | 1010111 |
Color Harmonies of #F2D0CB
Complementary color
Monochromatic Colors of #F2D0CB
Black with #F2D0CB
Text Example
Text Example
White with #F2D0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D0CB; }
p { color: rgb(242,208,203); }
H1.HeaderClassName
{
color: #F2D0CB;
}
.AnyTagClassName
{
color: #F2D0CB;
}
</style>
background-color css
<style>
a { background-color: #F2D0CB; }
a { background-color: rgb(242,208,203); }
div.DivClassName
{
background-color: #F2D0CB;
}
.BgClassName
{
background-color: #F2D0CB;
}
</style>
border-color css
<style>
span { border-color: #F2D0CB; }
span { border-color: rgb(242,208,203); }
td.TdClassName
{
border-color: #F2D0CB;
}
.TagClassName
{
border-color: #F2D0CB;
}
</style>