Shades of Coral Candy #F2CEC5
Tints of Coral Candy #F2CEC5
RGB
CMYK
RGB Variations
Color information
#F2CEC5 (or 0xF2CEC5) is known color: Coral Candy. HEX triplet: F2, CE and C5. RGB value is (242,206,197). Sum of RGB (Red+Green+Blue) = 242+206+197=645 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.52% from 645); Green value is 206 (80.86% from 255 or 31.94% from 645); Blue value is 197 (77.34% from 255 or 30.54% from 645); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CEC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CEC5 is #0D313A. Grayscale: #D7D7D7. Windows color (decimal): -864571 or 12963570. OLE color: 12963570.
HSL color Cylindrical-coordinate representation of color #F2CEC5: hue angle of 12º 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 #F2CEC5 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 197 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.05 |
| HSL | 12º | 0.63% | 0.86% | - |
| HSV(B) | 12º | 0.19% | 0.95% | - |
| XYZ | 68.77 | 67.05 | 62.14 | - |
| YUV | 215.74 | 117.43 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 197 | 0 | 0.15 | 0.19 | 0.05 | 12 | 0.63 | 0.86 |
| Hex | F2 | CE | C5 | 0 | F | 13 | 5 | C | 3F | 56 |
| Octal | 362 | 316 | 305 | 0 | 17 | 23 | 5 | 14 | 77 | 126 |
| Binary | 11110010 | 11001110 | 11000101 | 0 | 1111 | 10011 | 101 | 1100 | 111111 | 1010110 |
Color Harmonies of #F2CEC5
Complementary color
Monochromatic Colors of #F2CEC5
Black with #F2CEC5
Text Example
Text Example
White with #F2CEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CEC5; }
p { color: rgb(242,206,197); }
H1.HeaderClassName
{
color: #F2CEC5;
}
.AnyTagClassName
{
color: #F2CEC5;
}
</style>
background-color css
<style>
a { background-color: #F2CEC5; }
a { background-color: rgb(242,206,197); }
div.DivClassName
{
background-color: #F2CEC5;
}
.BgClassName
{
background-color: #F2CEC5;
}
</style>
border-color css
<style>
span { border-color: #F2CEC5; }
span { border-color: rgb(242,206,197); }
td.TdClassName
{
border-color: #F2CEC5;
}
.TagClassName
{
border-color: #F2CEC5;
}
</style>