Shades of Coral Candy #FECBC5
Tints of Coral Candy #FECBC5
RGB
CMYK
RGB Variations
Color information
#FECBC5 (or 0xFECBC5) is known color: Coral Candy. HEX triplet: FE, CB and C5. RGB value is (254,203,197). Sum of RGB (Red+Green+Blue) = 254+203+197=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 203 (79.69% from 255 or 31.04% from 654); Blue value is 197 (77.34% from 255 or 30.12% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECBC5 is #01343A. Grayscale: #D9D9D9. Windows color (decimal): -78907 or 12962814. OLE color: 12962814.
HSL color Cylindrical-coordinate representation of color #FECBC5: hue angle of 6.32º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FECBC5 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 203 | 197 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.00 |
| HSL | 6.32º | 0.97% | 0.88% | - |
| HSV(B) | 6.32º | 0.22% | 1% | - |
| XYZ | 72.31 | 67.81 | 62.1 | - |
| YUV | 217.57 | 116.4 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 203 | 197 | 0 | 0.20 | 0.22 | 0.00 | 6.32 | 0.97 | 0.88 |
| Hex | FE | CB | C5 | 0 | 14 | 16 | 0 | 6 | 61 | 58 |
| Octal | 376 | 313 | 305 | 0 | 24 | 26 | 0 | 6 | 141 | 130 |
| Binary | 11111110 | 11001011 | 11000101 | 0 | 10100 | 10110 | 0 | 110 | 1100001 | 1011000 |
Color Harmonies of #FECBC5
Complementary color
Monochromatic Colors of #FECBC5
Black with #FECBC5
Text Example
Text Example
White with #FECBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECBC5; }
p { color: rgb(254,203,197); }
H1.HeaderClassName
{
color: #FECBC5;
}
.AnyTagClassName
{
color: #FECBC5;
}
</style>
background-color css
<style>
a { background-color: #FECBC5; }
a { background-color: rgb(254,203,197); }
div.DivClassName
{
background-color: #FECBC5;
}
.BgClassName
{
background-color: #FECBC5;
}
</style>
border-color css
<style>
span { border-color: #FECBC5; }
span { border-color: rgb(254,203,197); }
td.TdClassName
{
border-color: #FECBC5;
}
.TagClassName
{
border-color: #FECBC5;
}
</style>