Shades of Coral Candy #F8CFCA
Tints of Coral Candy #F8CFCA
RGB
CMYK
RGB Variations
Color information
#F8CFCA (or 0xF8CFCA) is known color: Coral Candy. HEX triplet: F8, CF and CA. RGB value is (248,207,202). Sum of RGB (Red+Green+Blue) = 248+207+202=657 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.75% from 657); Green value is 207 (81.25% from 255 or 31.51% from 657); Blue value is 202 (79.30% from 255 or 30.75% from 657); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CFCA is #073035. Grayscale: #DADADA. Windows color (decimal): -471094 or 13291512. OLE color: 13291512.
HSL color Cylindrical-coordinate representation of color #F8CFCA: hue angle of 6.52º 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 #F8CFCA is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 207 | 202 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.03 |
| HSL | 6.52º | 0.77% | 0.88% | - |
| HSV(B) | 6.52º | 0.19% | 0.97% | - |
| XYZ | 71.68 | 68.85 | 65.39 | - |
| YUV | 218.69 | 118.58 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 207 | 202 | 0 | 0.17 | 0.19 | 0.03 | 6.52 | 0.77 | 0.88 |
| Hex | F8 | CF | CA | 0 | 11 | 13 | 3 | 7 | 4D | 58 |
| Octal | 370 | 317 | 312 | 0 | 21 | 23 | 3 | 7 | 115 | 130 |
| Binary | 11111000 | 11001111 | 11001010 | 0 | 10001 | 10011 | 11 | 111 | 1001101 | 1011000 |
Color Harmonies of #F8CFCA
Complementary color
Monochromatic Colors of #F8CFCA
Black with #F8CFCA
Text Example
Text Example
White with #F8CFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CFCA; }
p { color: rgb(248,207,202); }
H1.HeaderClassName
{
color: #F8CFCA;
}
.AnyTagClassName
{
color: #F8CFCA;
}
</style>
background-color css
<style>
a { background-color: #F8CFCA; }
a { background-color: rgb(248,207,202); }
div.DivClassName
{
background-color: #F8CFCA;
}
.BgClassName
{
background-color: #F8CFCA;
}
</style>
border-color css
<style>
span { border-color: #F8CFCA; }
span { border-color: rgb(248,207,202); }
td.TdClassName
{
border-color: #F8CFCA;
}
.TagClassName
{
border-color: #F8CFCA;
}
</style>