Shades of Coral Candy #FDCDC8
Tints of Coral Candy #FDCDC8
RGB
CMYK
RGB Variations
Color information
#FDCDC8 (or 0xFDCDC8) is known color: Coral Candy. HEX triplet: FD, CD and C8. RGB value is (253,205,200). Sum of RGB (Red+Green+Blue) = 253+205+200=658 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.45% from 658); Green value is 205 (80.47% from 255 or 31.16% from 658); Blue value is 200 (78.52% from 255 or 30.40% from 658); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDC8 is #023237. Grayscale: #DADADA. Windows color (decimal): -143928 or 13159933. OLE color: 13159933.
HSL color Cylindrical-coordinate representation of color #FDCDC8: hue angle of 5.66º 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 #FDCDC8 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 205 | 200 | - |
CMYK | 0 | 0.19 | 0.21 | 0.01 |
HSL | 5.66º | 0.93% | 0.89% | - |
HSV(B) | 5.66º | 0.21% | 0.99% | - |
XYZ | 72.76 | 68.72 | 64.07 | - |
YUV | 218.78 | 117.4 | 152.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 205 | 200 | 0 | 0.19 | 0.21 | 0.01 | 5.66 | 0.93 | 0.89 |
Hex | FD | CD | C8 | 0 | 13 | 15 | 1 | 6 | 5D | 59 |
Octal | 375 | 315 | 310 | 0 | 23 | 25 | 1 | 6 | 135 | 131 |
Binary | 11111101 | 11001101 | 11001000 | 0 | 10011 | 10101 | 1 | 110 | 1011101 | 1011001 |
Color Harmonies of #FDCDC8
Complementary color
Monochromatic Colors of #FDCDC8
Black with #FDCDC8
Text Example
Text Example
White with #FDCDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCDC8; }
p { color: rgb(253,205,200); }
H1.HeaderClassName
{
color: #FDCDC8;
}
.AnyTagClassName
{
color: #FDCDC8;
}
</style>
background-color css
<style>
a { background-color: #FDCDC8; }
a { background-color: rgb(253,205,200); }
div.DivClassName
{
background-color: #FDCDC8;
}
.BgClassName
{
background-color: #FDCDC8;
}
</style>
border-color css
<style>
span { border-color: #FDCDC8; }
span { border-color: rgb(253,205,200); }
td.TdClassName
{
border-color: #FDCDC8;
}
.TagClassName
{
border-color: #FDCDC8;
}
</style>