Shades of Coral Candy #FDCEC4
Tints of Coral Candy #FDCEC4
RGB
CMYK
RGB Variations
Color information
#FDCEC4 (or 0xFDCEC4) is known color: Coral Candy. HEX triplet: FD, CE and C4. RGB value is (253,206,196). Sum of RGB (Red+Green+Blue) = 253+206+196=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 206 (80.86% from 255 or 31.45% from 655); Blue value is 196 (76.95% from 255 or 29.92% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCEC4 is #02313B. Grayscale: #DBDBDB. Windows color (decimal): -143676 or 12898045. OLE color: 12898045.
HSL color Cylindrical-coordinate representation of color #FDCEC4: hue angle of 10.53º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDCEC4 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 206 | 196 | - |
CMYK | 0 | 0.19 | 0.23 | 0.01 |
HSL | 10.53º | 0.93% | 0.88% | - |
HSV(B) | 10.53º | 0.23% | 0.99% | - |
XYZ | 72.54 | 69.01 | 61.72 | - |
YUV | 218.91 | 115.07 | 152.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 206 | 196 | 0 | 0.19 | 0.23 | 0.01 | 10.53 | 0.93 | 0.88 |
Hex | FD | CE | C4 | 0 | 13 | 17 | 1 | B | 5D | 58 |
Octal | 375 | 316 | 304 | 0 | 23 | 27 | 1 | 13 | 135 | 130 |
Binary | 11111101 | 11001110 | 11000100 | 0 | 10011 | 10111 | 1 | 1011 | 1011101 | 1011000 |
Color Harmonies of #FDCEC4
Complementary color
Monochromatic Colors of #FDCEC4
Black with #FDCEC4
Text Example
Text Example
White with #FDCEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCEC4; }
p { color: rgb(253,206,196); }
H1.HeaderClassName
{
color: #FDCEC4;
}
.AnyTagClassName
{
color: #FDCEC4;
}
</style>
background-color css
<style>
a { background-color: #FDCEC4; }
a { background-color: rgb(253,206,196); }
div.DivClassName
{
background-color: #FDCEC4;
}
.BgClassName
{
background-color: #FDCEC4;
}
</style>
border-color css
<style>
span { border-color: #FDCEC4; }
span { border-color: rgb(253,206,196); }
td.TdClassName
{
border-color: #FDCEC4;
}
.TagClassName
{
border-color: #FDCEC4;
}
</style>