Shades of Coral Candy #F8CCCC
Tints of Coral Candy #F8CCCC
RGB
CMYK
RGB Variations
Color information
#F8CCCC (or 0xF8CCCC) is known color: Coral Candy. HEX triplet: F8, CC and CC. RGB value is (248,204,204). Sum of RGB (Red+Green+Blue) = 248+204+204=656 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.80% from 656); Green value is 204 (80.08% from 255 or 31.10% from 656); Blue value is 204 (80.08% from 255 or 31.10% from 656); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CCCC is #073333. Grayscale: #D9D9D9. Windows color (decimal): -471860 or 13421816. OLE color: 13421816.
HSL color Cylindrical-coordinate representation of color #F8CCCC: hue angle of 0º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F8CCCC is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 204 | 204 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.03 |
| HSL | 0º | 0.76% | 0.89% | - |
| HSV(B) | 0º | 0.18% | 0.97% | - |
| XYZ | 71.2 | 67.5 | 66.4 | - |
| YUV | 217.16 | 120.58 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 204 | 204 | 0 | 0.18 | 0.18 | 0.03 | 0 | 0.76 | 0.89 |
| Hex | F8 | CC | CC | 0 | 12 | 12 | 3 | 0 | 4C | 59 |
| Octal | 370 | 314 | 314 | 0 | 22 | 22 | 3 | 0 | 114 | 131 |
| Binary | 11111000 | 11001100 | 11001100 | 0 | 10010 | 10010 | 11 | 0 | 1001100 | 1011001 |
Color Harmonies of #F8CCCC
Complementary color
Monochromatic Colors of #F8CCCC
Black with #F8CCCC
Text Example
Text Example
White with #F8CCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CCCC; }
p { color: rgb(248,204,204); }
H1.HeaderClassName
{
color: #F8CCCC;
}
.AnyTagClassName
{
color: #F8CCCC;
}
</style>
background-color css
<style>
a { background-color: #F8CCCC; }
a { background-color: rgb(248,204,204); }
div.DivClassName
{
background-color: #F8CCCC;
}
.BgClassName
{
background-color: #F8CCCC;
}
</style>
border-color css
<style>
span { border-color: #F8CCCC; }
span { border-color: rgb(248,204,204); }
td.TdClassName
{
border-color: #F8CCCC;
}
.TagClassName
{
border-color: #F8CCCC;
}
</style>