Shades of Coral Candy #F2CFC9
Tints of Coral Candy #F2CFC9
RGB
CMYK
RGB Variations
Color information
#F2CFC9 (or 0xF2CFC9) is known color: Coral Candy. HEX triplet: F2, CF and C9. RGB value is (242,207,201). Sum of RGB (Red+Green+Blue) = 242+207+201=650 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.23% from 650); Green value is 207 (81.25% from 255 or 31.85% from 650); Blue value is 201 (78.91% from 255 or 30.92% from 650); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CFC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CFC9 is #0D3036. Grayscale: #D8D8D8. Windows color (decimal): -864311 or 13225970. OLE color: 13225970.
HSL color Cylindrical-coordinate representation of color #F2CFC9: hue angle of 8.78º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F2CFC9 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 207 | 201 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.05 |
| HSL | 8.78º | 0.61% | 0.87% | - |
| HSV(B) | 8.78º | 0.17% | 0.95% | - |
| XYZ | 69.47 | 67.72 | 64.67 | - |
| YUV | 216.78 | 119.1 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 207 | 201 | 0 | 0.14 | 0.17 | 0.05 | 8.78 | 0.61 | 0.87 |
| Hex | F2 | CF | C9 | 0 | E | 11 | 5 | 9 | 3D | 57 |
| Octal | 362 | 317 | 311 | 0 | 16 | 21 | 5 | 11 | 75 | 127 |
| Binary | 11110010 | 11001111 | 11001001 | 0 | 1110 | 10001 | 101 | 1001 | 111101 | 1010111 |
Color Harmonies of #F2CFC9
Complementary color
Monochromatic Colors of #F2CFC9
Black with #F2CFC9
Text Example
Text Example
White with #F2CFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CFC9; }
p { color: rgb(242,207,201); }
H1.HeaderClassName
{
color: #F2CFC9;
}
.AnyTagClassName
{
color: #F2CFC9;
}
</style>
background-color css
<style>
a { background-color: #F2CFC9; }
a { background-color: rgb(242,207,201); }
div.DivClassName
{
background-color: #F2CFC9;
}
.BgClassName
{
background-color: #F2CFC9;
}
</style>
border-color css
<style>
span { border-color: #F2CFC9; }
span { border-color: rgb(242,207,201); }
td.TdClassName
{
border-color: #F2CFC9;
}
.TagClassName
{
border-color: #F2CFC9;
}
</style>