Shades of Coral Candy #F8CBCA
Tints of Coral Candy #F8CBCA
RGB
CMYK
RGB Variations
Color information
#F8CBCA (or 0xF8CBCA) is known color: Coral Candy. HEX triplet: F8, CB and CA. RGB value is (248,203,202). Sum of RGB (Red+Green+Blue) = 248+203+202=653 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.98% from 653); Green value is 203 (79.69% from 255 or 31.09% from 653); Blue value is 202 (79.30% from 255 or 30.93% from 653); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CBCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8CBCA is #073435. Grayscale: #D8D8D8. Windows color (decimal): -472118 or 13290488. OLE color: 13290488.
HSL color Cylindrical-coordinate representation of color #F8CBCA: hue angle of 1.3º 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 #F8CBCA is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 203 | 202 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.03 |
| HSL | 1.3º | 0.77% | 0.88% | - |
| HSV(B) | 1.3º | 0.19% | 0.97% | - |
| XYZ | 70.73 | 66.93 | 65.07 | - |
| YUV | 216.34 | 119.91 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 203 | 202 | 0 | 0.18 | 0.19 | 0.03 | 1.3 | 0.77 | 0.88 |
| Hex | F8 | CB | CA | 0 | 12 | 13 | 3 | 1 | 4D | 58 |
| Octal | 370 | 313 | 312 | 0 | 22 | 23 | 3 | 1 | 115 | 130 |
| Binary | 11111000 | 11001011 | 11001010 | 0 | 10010 | 10011 | 11 | 1 | 1001101 | 1011000 |
Color Harmonies of #F8CBCA
Complementary color
Monochromatic Colors of #F8CBCA
Black with #F8CBCA
Text Example
Text Example
White with #F8CBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CBCA; }
p { color: rgb(248,203,202); }
H1.HeaderClassName
{
color: #F8CBCA;
}
.AnyTagClassName
{
color: #F8CBCA;
}
</style>
background-color css
<style>
a { background-color: #F8CBCA; }
a { background-color: rgb(248,203,202); }
div.DivClassName
{
background-color: #F8CBCA;
}
.BgClassName
{
background-color: #F8CBCA;
}
</style>
border-color css
<style>
span { border-color: #F8CBCA; }
span { border-color: rgb(248,203,202); }
td.TdClassName
{
border-color: #F8CBCA;
}
.TagClassName
{
border-color: #F8CBCA;
}
</style>