Shades of Coral Candy #F8D0CC
Tints of Coral Candy #F8D0CC
RGB
CMYK
RGB Variations
Color information
#F8D0CC (or 0xF8D0CC) is known color: Coral Candy. HEX triplet: F8, D0 and CC. RGB value is (248,208,204). Sum of RGB (Red+Green+Blue) = 248+208+204=660 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.58% from 660); Green value is 208 (81.64% from 255 or 31.52% from 660); Blue value is 204 (80.08% from 255 or 30.91% from 660); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D0CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D0CC is #072F33. Grayscale: #DBDBDB. Windows color (decimal): -470836 or 13422840. OLE color: 13422840.
HSL color Cylindrical-coordinate representation of color #F8D0CC: hue angle of 5.45º 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 #F8D0CC is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 208 | 204 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.03 |
| HSL | 5.45º | 0.76% | 0.89% | - |
| HSV(B) | 5.45º | 0.18% | 0.97% | - |
| XYZ | 72.17 | 69.43 | 66.72 | - |
| YUV | 219.5 | 119.25 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 208 | 204 | 0 | 0.16 | 0.18 | 0.03 | 5.45 | 0.76 | 0.89 |
| Hex | F8 | D0 | CC | 0 | 10 | 12 | 3 | 5 | 4C | 59 |
| Octal | 370 | 320 | 314 | 0 | 20 | 22 | 3 | 5 | 114 | 131 |
| Binary | 11111000 | 11010000 | 11001100 | 0 | 10000 | 10010 | 11 | 101 | 1001100 | 1011001 |
Color Harmonies of #F8D0CC
Complementary color
Monochromatic Colors of #F8D0CC
Black with #F8D0CC
Text Example
Text Example
White with #F8D0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D0CC; }
p { color: rgb(248,208,204); }
H1.HeaderClassName
{
color: #F8D0CC;
}
.AnyTagClassName
{
color: #F8D0CC;
}
</style>
background-color css
<style>
a { background-color: #F8D0CC; }
a { background-color: rgb(248,208,204); }
div.DivClassName
{
background-color: #F8D0CC;
}
.BgClassName
{
background-color: #F8D0CC;
}
</style>
border-color css
<style>
span { border-color: #F8D0CC; }
span { border-color: rgb(248,208,204); }
td.TdClassName
{
border-color: #F8D0CC;
}
.TagClassName
{
border-color: #F8D0CC;
}
</style>