Shades of Coral Candy #F8CBC7
Tints of Coral Candy #F8CBC7
RGB
CMYK
RGB Variations
Color information
#F8CBC7 (or 0xF8CBC7) is known color: Coral Candy. HEX triplet: F8, CB and C7. RGB value is (248,203,199). Sum of RGB (Red+Green+Blue) = 248+203+199=650 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.15% from 650); Green value is 203 (79.69% from 255 or 31.23% from 650); Blue value is 199 (78.12% from 255 or 30.62% from 650); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CBC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CBC7 is #073438. Grayscale: #D8D8D8. Windows color (decimal): -472121 or 13093880. OLE color: 13093880.
HSL color Cylindrical-coordinate representation of color #F8CBC7: hue angle of 4.9º 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 #F8CBC7 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 203 | 199 | - |
| CMYK | 0 | 0.18 | 0.20 | 0.03 |
| HSL | 4.9º | 0.78% | 0.88% | - |
| HSV(B) | 4.9º | 0.2% | 0.97% | - |
| XYZ | 70.38 | 66.79 | 63.22 | - |
| YUV | 216 | 118.41 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 203 | 199 | 0 | 0.18 | 0.20 | 0.03 | 4.9 | 0.78 | 0.88 |
| Hex | F8 | CB | C7 | 0 | 12 | 14 | 3 | 5 | 4E | 58 |
| Octal | 370 | 313 | 307 | 0 | 22 | 24 | 3 | 5 | 116 | 130 |
| Binary | 11111000 | 11001011 | 11000111 | 0 | 10010 | 10100 | 11 | 101 | 1001110 | 1011000 |
Color Harmonies of #F8CBC7
Complementary color
Monochromatic Colors of #F8CBC7
Black with #F8CBC7
Text Example
Text Example
White with #F8CBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CBC7; }
p { color: rgb(248,203,199); }
H1.HeaderClassName
{
color: #F8CBC7;
}
.AnyTagClassName
{
color: #F8CBC7;
}
</style>
background-color css
<style>
a { background-color: #F8CBC7; }
a { background-color: rgb(248,203,199); }
div.DivClassName
{
background-color: #F8CBC7;
}
.BgClassName
{
background-color: #F8CBC7;
}
</style>
border-color css
<style>
span { border-color: #F8CBC7; }
span { border-color: rgb(248,203,199); }
td.TdClassName
{
border-color: #F8CBC7;
}
.TagClassName
{
border-color: #F8CBC7;
}
</style>