Shades of Coral Candy #F8D2CC
Tints of Coral Candy #F8D2CC
RGB
CMYK
RGB Variations
Color information
#F8D2CC (or 0xF8D2CC) is known color: Coral Candy. HEX triplet: F8, D2 and CC. RGB value is (248,210,204). Sum of RGB (Red+Green+Blue) = 248+210+204=662 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.46% from 662); Green value is 210 (82.42% from 255 or 31.72% from 662); Blue value is 204 (80.08% from 255 or 30.82% from 662); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D2CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D2CC is #072D33. Grayscale: #DCDCDC. Windows color (decimal): -470324 or 13423352. OLE color: 13423352.
HSL color Cylindrical-coordinate representation of color #F8D2CC: hue angle of 8.18º 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 #F8D2CC is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 210 | 204 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.03 |
| HSL | 8.18º | 0.76% | 0.89% | - |
| HSV(B) | 8.18º | 0.18% | 0.97% | - |
| XYZ | 72.66 | 70.41 | 66.89 | - |
| YUV | 220.68 | 118.59 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 210 | 204 | 0 | 0.15 | 0.18 | 0.03 | 8.18 | 0.76 | 0.89 |
| Hex | F8 | D2 | CC | 0 | F | 12 | 3 | 8 | 4C | 59 |
| Octal | 370 | 322 | 314 | 0 | 17 | 22 | 3 | 10 | 114 | 131 |
| Binary | 11111000 | 11010010 | 11001100 | 0 | 1111 | 10010 | 11 | 1000 | 1001100 | 1011001 |
Color Harmonies of #F8D2CC
Complementary color
Monochromatic Colors of #F8D2CC
Black with #F8D2CC
Text Example
Text Example
White with #F8D2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D2CC; }
p { color: rgb(248,210,204); }
H1.HeaderClassName
{
color: #F8D2CC;
}
.AnyTagClassName
{
color: #F8D2CC;
}
</style>
background-color css
<style>
a { background-color: #F8D2CC; }
a { background-color: rgb(248,210,204); }
div.DivClassName
{
background-color: #F8D2CC;
}
.BgClassName
{
background-color: #F8D2CC;
}
</style>
border-color css
<style>
span { border-color: #F8D2CC; }
span { border-color: rgb(248,210,204); }
td.TdClassName
{
border-color: #F8D2CC;
}
.TagClassName
{
border-color: #F8D2CC;
}
</style>