Shades of Coral Candy #F8CAC9
Tints of Coral Candy #F8CAC9
RGB
CMYK
RGB Variations
Color information
#F8CAC9 (or 0xF8CAC9) is known color: Coral Candy. HEX triplet: F8, CA and C9. RGB value is (248,202,201). Sum of RGB (Red+Green+Blue) = 248+202+201=651 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.10% from 651); Green value is 202 (79.30% from 255 or 31.03% from 651); Blue value is 201 (78.91% from 255 or 30.88% from 651); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CAC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CAC9 is #073536. Grayscale: #D7D7D7. Windows color (decimal): -472375 or 13224696. OLE color: 13224696.
HSL color Cylindrical-coordinate representation of color #F8CAC9: hue angle of 1.28º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F8CAC9 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 202 | 201 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.03 |
| HSL | 1.28º | 0.77% | 0.88% | - |
| HSV(B) | 1.28º | 0.19% | 0.97% | - |
| XYZ | 70.37 | 66.41 | 64.37 | - |
| YUV | 215.64 | 119.74 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 202 | 201 | 0 | 0.19 | 0.19 | 0.03 | 1.28 | 0.77 | 0.88 |
| Hex | F8 | CA | C9 | 0 | 13 | 13 | 3 | 1 | 4D | 58 |
| Octal | 370 | 312 | 311 | 0 | 23 | 23 | 3 | 1 | 115 | 130 |
| Binary | 11111000 | 11001010 | 11001001 | 0 | 10011 | 10011 | 11 | 1 | 1001101 | 1011000 |
Color Harmonies of #F8CAC9
Complementary color
Monochromatic Colors of #F8CAC9
Black with #F8CAC9
Text Example
Text Example
White with #F8CAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CAC9; }
p { color: rgb(248,202,201); }
H1.HeaderClassName
{
color: #F8CAC9;
}
.AnyTagClassName
{
color: #F8CAC9;
}
</style>
background-color css
<style>
a { background-color: #F8CAC9; }
a { background-color: rgb(248,202,201); }
div.DivClassName
{
background-color: #F8CAC9;
}
.BgClassName
{
background-color: #F8CAC9;
}
</style>
border-color css
<style>
span { border-color: #F8CAC9; }
span { border-color: rgb(248,202,201); }
td.TdClassName
{
border-color: #F8CAC9;
}
.TagClassName
{
border-color: #F8CAC9;
}
</style>