Shades of Coral Candy #F8CEC7
Tints of Coral Candy #F8CEC7
RGB
CMYK
RGB Variations
Color information
#F8CEC7 (or 0xF8CEC7) is known color: Coral Candy. HEX triplet: F8, CE and C7. RGB value is (248,206,199). Sum of RGB (Red+Green+Blue) = 248+206+199=653 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.98% from 653); Green value is 206 (80.86% from 255 or 31.55% from 653); Blue value is 199 (78.12% from 255 or 30.47% from 653); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CEC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CEC7 is #073138. Grayscale: #D9D9D9. Windows color (decimal): -471353 or 13094648. OLE color: 13094648.
HSL color Cylindrical-coordinate representation of color #F8CEC7: hue angle of 8.57º degrees, saturation: 0.78, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F8CEC7 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 206 | 199 | - |
| CMYK | 0 | 0.17 | 0.20 | 0.03 |
| HSL | 8.57º | 0.78% | 0.88% | - |
| HSV(B) | 8.57º | 0.2% | 0.97% | - |
| XYZ | 71.09 | 68.22 | 63.45 | - |
| YUV | 217.76 | 117.41 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 206 | 199 | 0 | 0.17 | 0.20 | 0.03 | 8.57 | 0.78 | 0.88 |
| Hex | F8 | CE | C7 | 0 | 11 | 14 | 3 | 9 | 4E | 58 |
| Octal | 370 | 316 | 307 | 0 | 21 | 24 | 3 | 11 | 116 | 130 |
| Binary | 11111000 | 11001110 | 11000111 | 0 | 10001 | 10100 | 11 | 1001 | 1001110 | 1011000 |
Color Harmonies of #F8CEC7
Complementary color
Monochromatic Colors of #F8CEC7
Black with #F8CEC7
Text Example
Text Example
White with #F8CEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CEC7; }
p { color: rgb(248,206,199); }
H1.HeaderClassName
{
color: #F8CEC7;
}
.AnyTagClassName
{
color: #F8CEC7;
}
</style>
background-color css
<style>
a { background-color: #F8CEC7; }
a { background-color: rgb(248,206,199); }
div.DivClassName
{
background-color: #F8CEC7;
}
.BgClassName
{
background-color: #F8CEC7;
}
</style>
border-color css
<style>
span { border-color: #F8CEC7; }
span { border-color: rgb(248,206,199); }
td.TdClassName
{
border-color: #F8CEC7;
}
.TagClassName
{
border-color: #F8CEC7;
}
</style>