Shades of Coral Candy #F2CFC5
Tints of Coral Candy #F2CFC5
RGB
CMYK
RGB Variations
Color information
#F2CFC5 (or 0xF2CFC5) is known color: Coral Candy. HEX triplet: F2, CF and C5. RGB value is (242,207,197). Sum of RGB (Red+Green+Blue) = 242+207+197=646 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.46% from 646); Green value is 207 (81.25% from 255 or 32.04% from 646); Blue value is 197 (77.34% from 255 or 30.50% from 646); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CFC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CFC5 is #0D303A. Grayscale: #D8D8D8. Windows color (decimal): -864315 or 12963826. OLE color: 12963826.
HSL color Cylindrical-coordinate representation of color #F2CFC5: hue angle of 13.33º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F2CFC5 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 207 | 197 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.05 |
| HSL | 13.33º | 0.63% | 0.86% | - |
| HSV(B) | 13.33º | 0.19% | 0.95% | - |
| XYZ | 69.01 | 67.53 | 62.22 | - |
| YUV | 216.33 | 117.1 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 207 | 197 | 0 | 0.14 | 0.19 | 0.05 | 13.33 | 0.63 | 0.86 |
| Hex | F2 | CF | C5 | 0 | E | 13 | 5 | D | 3F | 56 |
| Octal | 362 | 317 | 305 | 0 | 16 | 23 | 5 | 15 | 77 | 126 |
| Binary | 11110010 | 11001111 | 11000101 | 0 | 1110 | 10011 | 101 | 1101 | 111111 | 1010110 |
Color Harmonies of #F2CFC5
Complementary color
Monochromatic Colors of #F2CFC5
Black with #F2CFC5
Text Example
Text Example
White with #F2CFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CFC5; }
p { color: rgb(242,207,197); }
H1.HeaderClassName
{
color: #F2CFC5;
}
.AnyTagClassName
{
color: #F2CFC5;
}
</style>
background-color css
<style>
a { background-color: #F2CFC5; }
a { background-color: rgb(242,207,197); }
div.DivClassName
{
background-color: #F2CFC5;
}
.BgClassName
{
background-color: #F2CFC5;
}
</style>
border-color css
<style>
span { border-color: #F2CFC5; }
span { border-color: rgb(242,207,197); }
td.TdClassName
{
border-color: #F2CFC5;
}
.TagClassName
{
border-color: #F2CFC5;
}
</style>