Shades of Coral Candy #FDCEC5
Tints of Coral Candy #FDCEC5
RGB
CMYK
RGB Variations
Color information
#FDCEC5 (or 0xFDCEC5) is known color: Coral Candy. HEX triplet: FD, CE and C5. RGB value is (253,206,197). Sum of RGB (Red+Green+Blue) = 253+206+197=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 197 (77.34% from 255 or 30.03% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCEC5 is #02313A. Grayscale: #DBDBDB. Windows color (decimal): -143675 or 12963581. OLE color: 12963581.
HSL color Cylindrical-coordinate representation of color #FDCEC5: hue angle of 9.64º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FDCEC5 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 206 | 197 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.01 |
| HSL | 9.64º | 0.93% | 0.88% | - |
| HSV(B) | 9.64º | 0.22% | 0.99% | - |
| XYZ | 72.66 | 69.06 | 62.32 | - |
| YUV | 219.03 | 115.57 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 206 | 197 | 0 | 0.19 | 0.22 | 0.01 | 9.64 | 0.93 | 0.88 |
| Hex | FD | CE | C5 | 0 | 13 | 16 | 1 | A | 5D | 58 |
| Octal | 375 | 316 | 305 | 0 | 23 | 26 | 1 | 12 | 135 | 130 |
| Binary | 11111101 | 11001110 | 11000101 | 0 | 10011 | 10110 | 1 | 1010 | 1011101 | 1011000 |
Color Harmonies of #FDCEC5
Complementary color
Monochromatic Colors of #FDCEC5
Black with #FDCEC5
Text Example
Text Example
White with #FDCEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCEC5; }
p { color: rgb(253,206,197); }
H1.HeaderClassName
{
color: #FDCEC5;
}
.AnyTagClassName
{
color: #FDCEC5;
}
</style>
background-color css
<style>
a { background-color: #FDCEC5; }
a { background-color: rgb(253,206,197); }
div.DivClassName
{
background-color: #FDCEC5;
}
.BgClassName
{
background-color: #FDCEC5;
}
</style>
border-color css
<style>
span { border-color: #FDCEC5; }
span { border-color: rgb(253,206,197); }
td.TdClassName
{
border-color: #FDCEC5;
}
.TagClassName
{
border-color: #FDCEC5;
}
</style>