Shades of Coral Candy #F2CFC7
Tints of Coral Candy #F2CFC7
RGB
CMYK
RGB Variations
Color information
#F2CFC7 (or 0xF2CFC7) is known color: Coral Candy. HEX triplet: F2, CF and C7. RGB value is (242,207,199). Sum of RGB (Red+Green+Blue) = 242+207+199=648 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.35% from 648); Green value is 207 (81.25% from 255 or 31.94% from 648); Blue value is 199 (78.12% from 255 or 30.71% from 648); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CFC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CFC7 is #0D3038. Grayscale: #D8D8D8. Windows color (decimal): -864313 or 13094898. OLE color: 13094898.
HSL color Cylindrical-coordinate representation of color #F2CFC7: hue angle of 11.16º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F2CFC7 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 207 | 199 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.05 |
| HSL | 11.16º | 0.62% | 0.86% | - |
| HSV(B) | 11.16º | 0.18% | 0.95% | - |
| XYZ | 69.24 | 67.63 | 63.44 | - |
| YUV | 216.55 | 118.1 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 207 | 199 | 0 | 0.14 | 0.18 | 0.05 | 11.16 | 0.62 | 0.86 |
| Hex | F2 | CF | C7 | 0 | E | 12 | 5 | B | 3E | 56 |
| Octal | 362 | 317 | 307 | 0 | 16 | 22 | 5 | 13 | 76 | 126 |
| Binary | 11110010 | 11001111 | 11000111 | 0 | 1110 | 10010 | 101 | 1011 | 111110 | 1010110 |
Color Harmonies of #F2CFC7
Complementary color
Monochromatic Colors of #F2CFC7
Black with #F2CFC7
Text Example
Text Example
White with #F2CFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CFC7; }
p { color: rgb(242,207,199); }
H1.HeaderClassName
{
color: #F2CFC7;
}
.AnyTagClassName
{
color: #F2CFC7;
}
</style>
background-color css
<style>
a { background-color: #F2CFC7; }
a { background-color: rgb(242,207,199); }
div.DivClassName
{
background-color: #F2CFC7;
}
.BgClassName
{
background-color: #F2CFC7;
}
</style>
border-color css
<style>
span { border-color: #F2CFC7; }
span { border-color: rgb(242,207,199); }
td.TdClassName
{
border-color: #F2CFC7;
}
.TagClassName
{
border-color: #F2CFC7;
}
</style>