Shades of Coral Candy #F2CEC3
Tints of Coral Candy #F2CEC3
RGB
CMYK
RGB Variations
Color information
#F2CEC3 (or 0xF2CEC3) is known color: Coral Candy. HEX triplet: F2, CE and C3. RGB value is (242,206,195). Sum of RGB (Red+Green+Blue) = 242+206+195=643 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.64% from 643); Green value is 206 (80.86% from 255 or 32.04% from 643); Blue value is 195 (76.56% from 255 or 30.33% from 643); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CEC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CEC3 is #0D313C. Grayscale: #D7D7D7. Windows color (decimal): -864573 or 12832498. OLE color: 12832498.
HSL color Cylindrical-coordinate representation of color #F2CEC3: hue angle of 14.04º degrees, saturation: 0.64, 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 #F2CEC3 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 195 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.05 |
| HSL | 14.04º | 0.64% | 0.86% | - |
| HSV(B) | 14.04º | 0.19% | 0.95% | - |
| XYZ | 68.54 | 66.96 | 60.94 | - |
| YUV | 215.51 | 116.43 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 195 | 0 | 0.15 | 0.19 | 0.05 | 14.04 | 0.64 | 0.86 |
| Hex | F2 | CE | C3 | 0 | F | 13 | 5 | E | 40 | 56 |
| Octal | 362 | 316 | 303 | 0 | 17 | 23 | 5 | 16 | 100 | 126 |
| Binary | 11110010 | 11001110 | 11000011 | 0 | 1111 | 10011 | 101 | 1110 | 1000000 | 1010110 |
Color Harmonies of #F2CEC3
Complementary color
Monochromatic Colors of #F2CEC3
Black with #F2CEC3
Text Example
Text Example
White with #F2CEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CEC3; }
p { color: rgb(242,206,195); }
H1.HeaderClassName
{
color: #F2CEC3;
}
.AnyTagClassName
{
color: #F2CEC3;
}
</style>
background-color css
<style>
a { background-color: #F2CEC3; }
a { background-color: rgb(242,206,195); }
div.DivClassName
{
background-color: #F2CEC3;
}
.BgClassName
{
background-color: #F2CEC3;
}
</style>
border-color css
<style>
span { border-color: #F2CEC3; }
span { border-color: rgb(242,206,195); }
td.TdClassName
{
border-color: #F2CEC3;
}
.TagClassName
{
border-color: #F2CEC3;
}
</style>