Shades of Coral Candy #FDCDC9
Tints of Coral Candy #FDCDC9
RGB
CMYK
RGB Variations
Color information
#FDCDC9 (or 0xFDCDC9) is known color: Coral Candy. HEX triplet: FD, CD and C9. RGB value is (253,205,201). Sum of RGB (Red+Green+Blue) = 253+205+201=659 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.39% from 659); Green value is 205 (80.47% from 255 or 31.11% from 659); Blue value is 201 (78.91% from 255 or 30.50% from 659); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDC9 is #023236. Grayscale: #DADADA. Windows color (decimal): -143927 or 13225469. OLE color: 13225469.
HSL color Cylindrical-coordinate representation of color #FDCDC9: hue angle of 4.62º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDCDC9 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 205 | 201 | - |
CMYK | 0 | 0.19 | 0.21 | 0.01 |
HSL | 4.62º | 0.93% | 0.89% | - |
HSV(B) | 4.62º | 0.21% | 0.99% | - |
XYZ | 72.88 | 68.76 | 64.69 | - |
YUV | 218.9 | 117.9 | 152.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 205 | 201 | 0 | 0.19 | 0.21 | 0.01 | 4.62 | 0.93 | 0.89 |
Hex | FD | CD | C9 | 0 | 13 | 15 | 1 | 5 | 5D | 59 |
Octal | 375 | 315 | 311 | 0 | 23 | 25 | 1 | 5 | 135 | 131 |
Binary | 11111101 | 11001101 | 11001001 | 0 | 10011 | 10101 | 1 | 101 | 1011101 | 1011001 |
Color Harmonies of #FDCDC9
Complementary color
Monochromatic Colors of #FDCDC9
Black with #FDCDC9
Text Example
Text Example
White with #FDCDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCDC9; }
p { color: rgb(253,205,201); }
H1.HeaderClassName
{
color: #FDCDC9;
}
.AnyTagClassName
{
color: #FDCDC9;
}
</style>
background-color css
<style>
a { background-color: #FDCDC9; }
a { background-color: rgb(253,205,201); }
div.DivClassName
{
background-color: #FDCDC9;
}
.BgClassName
{
background-color: #FDCDC9;
}
</style>
border-color css
<style>
span { border-color: #FDCDC9; }
span { border-color: rgb(253,205,201); }
td.TdClassName
{
border-color: #FDCDC9;
}
.TagClassName
{
border-color: #FDCDC9;
}
</style>