Shades of Coral Candy #F8D2CB
Tints of Coral Candy #F8D2CB
RGB
CMYK
RGB Variations
Color information
#F8D2CB (or 0xF8D2CB) is known color: Coral Candy. HEX triplet: F8, D2 and CB. RGB value is (248,210,203). Sum of RGB (Red+Green+Blue) = 248+210+203=661 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.52% from 661); Green value is 210 (82.42% from 255 or 31.77% from 661); Blue value is 203 (79.69% from 255 or 30.71% from 661); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D2CB is #072D34. Grayscale: #DCDCDC. Windows color (decimal): -470325 or 13357816. OLE color: 13357816.
HSL color Cylindrical-coordinate representation of color #F8D2CB: hue angle of 9.33º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F8D2CB is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 210 | 203 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.03 |
| HSL | 9.33º | 0.76% | 0.88% | - |
| HSV(B) | 9.33º | 0.18% | 0.97% | - |
| XYZ | 72.54 | 70.36 | 66.26 | - |
| YUV | 220.56 | 118.09 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 210 | 203 | 0 | 0.15 | 0.18 | 0.03 | 9.33 | 0.76 | 0.88 |
| Hex | F8 | D2 | CB | 0 | F | 12 | 3 | 9 | 4C | 58 |
| Octal | 370 | 322 | 313 | 0 | 17 | 22 | 3 | 11 | 114 | 130 |
| Binary | 11111000 | 11010010 | 11001011 | 0 | 1111 | 10010 | 11 | 1001 | 1001100 | 1011000 |
Color Harmonies of #F8D2CB
Complementary color
Monochromatic Colors of #F8D2CB
Black with #F8D2CB
Text Example
Text Example
White with #F8D2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D2CB; }
p { color: rgb(248,210,203); }
H1.HeaderClassName
{
color: #F8D2CB;
}
.AnyTagClassName
{
color: #F8D2CB;
}
</style>
background-color css
<style>
a { background-color: #F8D2CB; }
a { background-color: rgb(248,210,203); }
div.DivClassName
{
background-color: #F8D2CB;
}
.BgClassName
{
background-color: #F8D2CB;
}
</style>
border-color css
<style>
span { border-color: #F8D2CB; }
span { border-color: rgb(248,210,203); }
td.TdClassName
{
border-color: #F8D2CB;
}
.TagClassName
{
border-color: #F8D2CB;
}
</style>