Shades of Coral Candy #FDCEC1
Tints of Coral Candy #FDCEC1
RGB
CMYK
RGB Variations
Color information
#FDCEC1 (or 0xFDCEC1) is known color: Coral Candy. HEX triplet: FD, CE and C1. RGB value is (253,206,193). Sum of RGB (Red+Green+Blue) = 253+206+193=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 206 (80.86% from 255 or 31.60% from 652); Blue value is 193 (75.78% from 255 or 29.60% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCEC1 is #02313E. Grayscale: #DADADA. Windows color (decimal): -143679 or 12701437. OLE color: 12701437.
HSL color Cylindrical-coordinate representation of color #FDCEC1: hue angle of 13º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FDCEC1 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 206 | 193 | - |
CMYK | 0 | 0.19 | 0.24 | 0.01 |
HSL | 13º | 0.94% | 0.87% | - |
HSV(B) | 13º | 0.24% | 0.99% | - |
XYZ | 72.2 | 68.88 | 59.94 | - |
YUV | 218.57 | 113.57 | 152.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 206 | 193 | 0 | 0.19 | 0.24 | 0.01 | 13 | 0.94 | 0.87 |
Hex | FD | CE | C1 | 0 | 13 | 18 | 1 | D | 5E | 57 |
Octal | 375 | 316 | 301 | 0 | 23 | 30 | 1 | 15 | 136 | 127 |
Binary | 11111101 | 11001110 | 11000001 | 0 | 10011 | 11000 | 1 | 1101 | 1011110 | 1010111 |
Color Harmonies of #FDCEC1
Complementary color
Monochromatic Colors of #FDCEC1
Black with #FDCEC1
Text Example
Text Example
White with #FDCEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCEC1; }
p { color: rgb(253,206,193); }
H1.HeaderClassName
{
color: #FDCEC1;
}
.AnyTagClassName
{
color: #FDCEC1;
}
</style>
background-color css
<style>
a { background-color: #FDCEC1; }
a { background-color: rgb(253,206,193); }
div.DivClassName
{
background-color: #FDCEC1;
}
.BgClassName
{
background-color: #FDCEC1;
}
</style>
border-color css
<style>
span { border-color: #FDCEC1; }
span { border-color: rgb(253,206,193); }
td.TdClassName
{
border-color: #FDCEC1;
}
.TagClassName
{
border-color: #FDCEC1;
}
</style>