Shades of Coral Candy #F8CAC7
Tints of Coral Candy #F8CAC7
RGB
CMYK
RGB Variations
Color information
#F8CAC7 (or 0xF8CAC7) is known color: Coral Candy. HEX triplet: F8, CA and C7. RGB value is (248,202,199). Sum of RGB (Red+Green+Blue) = 248+202+199=649 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.21% from 649); Green value is 202 (79.30% from 255 or 31.12% from 649); Blue value is 199 (78.12% from 255 or 30.66% from 649); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CAC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CAC7 is #073538. Grayscale: #D7D7D7. Windows color (decimal): -472377 or 13093624. OLE color: 13093624.
HSL color Cylindrical-coordinate representation of color #F8CAC7: hue angle of 3.67º degrees, saturation: 0.78, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F8CAC7 is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 202 | 199 | - |
| CMYK | 0 | 0.19 | 0.20 | 0.03 |
| HSL | 3.67º | 0.78% | 0.88% | - |
| HSV(B) | 3.67º | 0.2% | 0.97% | - |
| XYZ | 70.14 | 66.32 | 63.14 | - |
| YUV | 215.41 | 118.74 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 202 | 199 | 0 | 0.19 | 0.20 | 0.03 | 3.67 | 0.78 | 0.88 |
| Hex | F8 | CA | C7 | 0 | 13 | 14 | 3 | 4 | 4E | 58 |
| Octal | 370 | 312 | 307 | 0 | 23 | 24 | 3 | 4 | 116 | 130 |
| Binary | 11111000 | 11001010 | 11000111 | 0 | 10011 | 10100 | 11 | 100 | 1001110 | 1011000 |
Color Harmonies of #F8CAC7
Complementary color
Monochromatic Colors of #F8CAC7
Black with #F8CAC7
Text Example
Text Example
White with #F8CAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CAC7; }
p { color: rgb(248,202,199); }
H1.HeaderClassName
{
color: #F8CAC7;
}
.AnyTagClassName
{
color: #F8CAC7;
}
</style>
background-color css
<style>
a { background-color: #F8CAC7; }
a { background-color: rgb(248,202,199); }
div.DivClassName
{
background-color: #F8CAC7;
}
.BgClassName
{
background-color: #F8CAC7;
}
</style>
border-color css
<style>
span { border-color: #F8CAC7; }
span { border-color: rgb(248,202,199); }
td.TdClassName
{
border-color: #F8CAC7;
}
.TagClassName
{
border-color: #F8CAC7;
}
</style>