Shades of Coral Candy #F8CCC7
Tints of Coral Candy #F8CCC7
RGB
CMYK
RGB Variations
Color information
#F8CCC7 (or 0xF8CCC7) is known color: Coral Candy. HEX triplet: F8, CC and C7. RGB value is (248,204,199). Sum of RGB (Red+Green+Blue) = 248+204+199=651 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.10% from 651); Green value is 204 (80.08% from 255 or 31.34% from 651); Blue value is 199 (78.12% from 255 or 30.57% from 651); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CCC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CCC7 is #073338. Grayscale: #D8D8D8. Windows color (decimal): -471865 or 13094136. OLE color: 13094136.
HSL color Cylindrical-coordinate representation of color #F8CCC7: hue angle of 6.12º 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 #F8CCC7 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 204 | 199 | - |
| CMYK | 0 | 0.18 | 0.20 | 0.03 |
| HSL | 6.12º | 0.78% | 0.88% | - |
| HSV(B) | 6.12º | 0.2% | 0.97% | - |
| XYZ | 70.61 | 67.27 | 63.29 | - |
| YUV | 216.59 | 118.08 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 204 | 199 | 0 | 0.18 | 0.20 | 0.03 | 6.12 | 0.78 | 0.88 |
| Hex | F8 | CC | C7 | 0 | 12 | 14 | 3 | 6 | 4E | 58 |
| Octal | 370 | 314 | 307 | 0 | 22 | 24 | 3 | 6 | 116 | 130 |
| Binary | 11111000 | 11001100 | 11000111 | 0 | 10010 | 10100 | 11 | 110 | 1001110 | 1011000 |
Color Harmonies of #F8CCC7
Complementary color
Monochromatic Colors of #F8CCC7
Black with #F8CCC7
Text Example
Text Example
White with #F8CCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CCC7; }
p { color: rgb(248,204,199); }
H1.HeaderClassName
{
color: #F8CCC7;
}
.AnyTagClassName
{
color: #F8CCC7;
}
</style>
background-color css
<style>
a { background-color: #F8CCC7; }
a { background-color: rgb(248,204,199); }
div.DivClassName
{
background-color: #F8CCC7;
}
.BgClassName
{
background-color: #F8CCC7;
}
</style>
border-color css
<style>
span { border-color: #F8CCC7; }
span { border-color: rgb(248,204,199); }
td.TdClassName
{
border-color: #F8CCC7;
}
.TagClassName
{
border-color: #F8CCC7;
}
</style>