Shades of Coral Candy #F2CFCC
Tints of Coral Candy #F2CFCC
RGB
CMYK
RGB Variations
Color information
#F2CFCC (or 0xF2CFCC) is known color: Coral Candy. HEX triplet: F2, CF and CC. RGB value is (242,207,204). Sum of RGB (Red+Green+Blue) = 242+207+204=653 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.06% from 653); Green value is 207 (81.25% from 255 or 31.70% from 653); Blue value is 204 (80.08% from 255 or 31.24% from 653); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CFCC is #0D3033. Grayscale: #D9D9D9. Windows color (decimal): -864308 or 13422578. OLE color: 13422578.
HSL color Cylindrical-coordinate representation of color #F2CFCC: hue angle of 4.74º 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 #F2CFCC is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 207 | 204 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.05 |
| HSL | 4.74º | 0.59% | 0.87% | - |
| HSV(B) | 4.74º | 0.16% | 0.95% | - |
| XYZ | 69.83 | 67.86 | 66.55 | - |
| YUV | 217.12 | 120.6 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 207 | 204 | 0 | 0.14 | 0.16 | 0.05 | 4.74 | 0.59 | 0.87 |
| Hex | F2 | CF | CC | 0 | E | 10 | 5 | 5 | 3B | 57 |
| Octal | 362 | 317 | 314 | 0 | 16 | 20 | 5 | 5 | 73 | 127 |
| Binary | 11110010 | 11001111 | 11001100 | 0 | 1110 | 10000 | 101 | 101 | 111011 | 1010111 |
Color Harmonies of #F2CFCC
Complementary color
Monochromatic Colors of #F2CFCC
Black with #F2CFCC
Text Example
Text Example
White with #F2CFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CFCC; }
p { color: rgb(242,207,204); }
H1.HeaderClassName
{
color: #F2CFCC;
}
.AnyTagClassName
{
color: #F2CFCC;
}
</style>
background-color css
<style>
a { background-color: #F2CFCC; }
a { background-color: rgb(242,207,204); }
div.DivClassName
{
background-color: #F2CFCC;
}
.BgClassName
{
background-color: #F2CFCC;
}
</style>
border-color css
<style>
span { border-color: #F2CFCC; }
span { border-color: rgb(242,207,204); }
td.TdClassName
{
border-color: #F2CFCC;
}
.TagClassName
{
border-color: #F2CFCC;
}
</style>