Shades of Coral Candy #F8CFCC
Tints of Coral Candy #F8CFCC
RGB
CMYK
RGB Variations
Color information
#F8CFCC (or 0xF8CFCC) is known color: Coral Candy. HEX triplet: F8, CF and CC. RGB value is (248,207,204). Sum of RGB (Red+Green+Blue) = 248+207+204=659 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.63% from 659); Green value is 207 (81.25% from 255 or 31.41% from 659); Blue value is 204 (80.08% from 255 or 30.96% from 659); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CFCC is #073033. Grayscale: #DADADA. Windows color (decimal): -471092 or 13422584. OLE color: 13422584.
HSL color Cylindrical-coordinate representation of color #F8CFCC: hue angle of 4.09º 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 #F8CFCC is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 207 | 204 | - |
| CMYK | 0 | 0.17 | 0.18 | 0.03 |
| HSL | 4.09º | 0.76% | 0.89% | - |
| HSV(B) | 4.09º | 0.18% | 0.97% | - |
| XYZ | 71.92 | 68.94 | 66.64 | - |
| YUV | 218.92 | 119.58 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 207 | 204 | 0 | 0.17 | 0.18 | 0.03 | 4.09 | 0.76 | 0.89 |
| Hex | F8 | CF | CC | 0 | 11 | 12 | 3 | 4 | 4C | 59 |
| Octal | 370 | 317 | 314 | 0 | 21 | 22 | 3 | 4 | 114 | 131 |
| Binary | 11111000 | 11001111 | 11001100 | 0 | 10001 | 10010 | 11 | 100 | 1001100 | 1011001 |
Color Harmonies of #F8CFCC
Complementary color
Monochromatic Colors of #F8CFCC
Black with #F8CFCC
Text Example
Text Example
White with #F8CFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CFCC; }
p { color: rgb(248,207,204); }
H1.HeaderClassName
{
color: #F8CFCC;
}
.AnyTagClassName
{
color: #F8CFCC;
}
</style>
background-color css
<style>
a { background-color: #F8CFCC; }
a { background-color: rgb(248,207,204); }
div.DivClassName
{
background-color: #F8CFCC;
}
.BgClassName
{
background-color: #F8CFCC;
}
</style>
border-color css
<style>
span { border-color: #F8CFCC; }
span { border-color: rgb(248,207,204); }
td.TdClassName
{
border-color: #F8CFCC;
}
.TagClassName
{
border-color: #F8CFCC;
}
</style>