Shades of Coral Candy #F2CECA
Tints of Coral Candy #F2CECA
RGB
CMYK
RGB Variations
Color information
#F2CECA (or 0xF2CECA) is known color: Coral Candy. HEX triplet: F2, CE and CA. RGB value is (242,206,202). Sum of RGB (Red+Green+Blue) = 242+206+202=650 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.23% from 650); Green value is 206 (80.86% from 255 or 31.69% from 650); Blue value is 202 (79.30% from 255 or 31.08% from 650); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CECA is #0D3135. Grayscale: #D8D8D8. Windows color (decimal): -864566 or 13291250. OLE color: 13291250.
HSL color Cylindrical-coordinate representation of color #F2CECA: hue angle of 6º 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 #F2CECA is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 202 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.05 |
| HSL | 6º | 0.61% | 0.87% | - |
| HSV(B) | 6º | 0.17% | 0.95% | - |
| XYZ | 69.35 | 67.28 | 65.21 | - |
| YUV | 216.31 | 119.93 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 202 | 0 | 0.15 | 0.17 | 0.05 | 6 | 0.61 | 0.87 |
| Hex | F2 | CE | CA | 0 | F | 11 | 5 | 6 | 3D | 57 |
| Octal | 362 | 316 | 312 | 0 | 17 | 21 | 5 | 6 | 75 | 127 |
| Binary | 11110010 | 11001110 | 11001010 | 0 | 1111 | 10001 | 101 | 110 | 111101 | 1010111 |
Color Harmonies of #F2CECA
Complementary color
Monochromatic Colors of #F2CECA
Black with #F2CECA
Text Example
Text Example
White with #F2CECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CECA; }
p { color: rgb(242,206,202); }
H1.HeaderClassName
{
color: #F2CECA;
}
.AnyTagClassName
{
color: #F2CECA;
}
</style>
background-color css
<style>
a { background-color: #F2CECA; }
a { background-color: rgb(242,206,202); }
div.DivClassName
{
background-color: #F2CECA;
}
.BgClassName
{
background-color: #F2CECA;
}
</style>
border-color css
<style>
span { border-color: #F2CECA; }
span { border-color: rgb(242,206,202); }
td.TdClassName
{
border-color: #F2CECA;
}
.TagClassName
{
border-color: #F2CECA;
}
</style>