Shades of Coral Candy #F8C7C7
Tints of Coral Candy #F8C7C7
RGB
CMYK
RGB Variations
Color information
#F8C7C7 (or 0xF8C7C7) is known color: Coral Candy. HEX triplet: F8, C7 and C7. RGB value is (248,199,199). Sum of RGB (Red+Green+Blue) = 248+199+199=646 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.39% from 646); Green value is 199 (78.12% from 255 or 30.80% from 646); Blue value is 199 (78.12% from 255 or 30.80% from 646); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C7C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8C7C7 is #073838. Grayscale: #D5D5D5. Windows color (decimal): -473145 or 13092856. OLE color: 13092856.
HSL color Cylindrical-coordinate representation of color #F8C7C7: hue angle of 0º 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 #F8C7C7 is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 199 | 199 | - |
| CMYK | 0 | 0.20 | 0.20 | 0.03 |
| HSL | 0º | 0.78% | 0.88% | - |
| HSV(B) | 0º | 0.2% | 0.97% | - |
| XYZ | 69.44 | 64.93 | 62.9 | - |
| YUV | 213.65 | 119.73 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 199 | 199 | 0 | 0.20 | 0.20 | 0.03 | 0 | 0.78 | 0.88 |
| Hex | F8 | C7 | C7 | 0 | 14 | 14 | 3 | 0 | 4E | 58 |
| Octal | 370 | 307 | 307 | 0 | 24 | 24 | 3 | 0 | 116 | 130 |
| Binary | 11111000 | 11000111 | 11000111 | 0 | 10100 | 10100 | 11 | 0 | 1001110 | 1011000 |
Color Harmonies of #F8C7C7
Complementary color
Monochromatic Colors of #F8C7C7
Black with #F8C7C7
Text Example
Text Example
White with #F8C7C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C7C7; }
p { color: rgb(248,199,199); }
H1.HeaderClassName
{
color: #F8C7C7;
}
.AnyTagClassName
{
color: #F8C7C7;
}
</style>
background-color css
<style>
a { background-color: #F8C7C7; }
a { background-color: rgb(248,199,199); }
div.DivClassName
{
background-color: #F8C7C7;
}
.BgClassName
{
background-color: #F8C7C7;
}
</style>
border-color css
<style>
span { border-color: #F8C7C7; }
span { border-color: rgb(248,199,199); }
td.TdClassName
{
border-color: #F8C7C7;
}
.TagClassName
{
border-color: #F8C7C7;
}
</style>