Shades of Coral Candy #FECDC5
Tints of Coral Candy #FECDC5
RGB
CMYK
RGB Variations
Color information
#FECDC5 (or 0xFECDC5) is known color: Coral Candy. HEX triplet: FE, CD and C5. RGB value is (254,205,197). Sum of RGB (Red+Green+Blue) = 254+205+197=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 205 (80.47% from 255 or 31.25% from 656); Blue value is 197 (77.34% from 255 or 30.03% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECDC5 is #01323A. Grayscale: #DADADA. Windows color (decimal): -78395 or 12963326. OLE color: 12963326.
HSL color Cylindrical-coordinate representation of color #FECDC5: hue angle of 8.42º 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 #FECDC5 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 197 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.00 |
| HSL | 8.42º | 0.97% | 0.88% | - |
| HSV(B) | 8.42º | 0.22% | 1% | - |
| XYZ | 72.78 | 68.76 | 62.26 | - |
| YUV | 218.74 | 115.73 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 197 | 0 | 0.19 | 0.22 | 0.00 | 8.42 | 0.97 | 0.88 |
| Hex | FE | CD | C5 | 0 | 13 | 16 | 0 | 8 | 61 | 58 |
| Octal | 376 | 315 | 305 | 0 | 23 | 26 | 0 | 10 | 141 | 130 |
| Binary | 11111110 | 11001101 | 11000101 | 0 | 10011 | 10110 | 0 | 1000 | 1100001 | 1011000 |
Color Harmonies of #FECDC5
Complementary color
Monochromatic Colors of #FECDC5
Black with #FECDC5
Text Example
Text Example
White with #FECDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDC5; }
p { color: rgb(254,205,197); }
H1.HeaderClassName
{
color: #FECDC5;
}
.AnyTagClassName
{
color: #FECDC5;
}
</style>
background-color css
<style>
a { background-color: #FECDC5; }
a { background-color: rgb(254,205,197); }
div.DivClassName
{
background-color: #FECDC5;
}
.BgClassName
{
background-color: #FECDC5;
}
</style>
border-color css
<style>
span { border-color: #FECDC5; }
span { border-color: rgb(254,205,197); }
td.TdClassName
{
border-color: #FECDC5;
}
.TagClassName
{
border-color: #FECDC5;
}
</style>