Shades of Coral Candy #FDD0C8
Tints of Coral Candy #FDD0C8
RGB
CMYK
RGB Variations
Color information
#FDD0C8 (or 0xFDD0C8) is known color: Coral Candy. HEX triplet: FD, D0 and C8. RGB value is (253,208,200). Sum of RGB (Red+Green+Blue) = 253+208+200=661 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.28% from 661); Green value is 208 (81.64% from 255 or 31.47% from 661); Blue value is 200 (78.52% from 255 or 30.26% from 661); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD0C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD0C8 is #022F37. Grayscale: #DCDCDC. Windows color (decimal): -143160 or 13160701. OLE color: 13160701.
HSL color Cylindrical-coordinate representation of color #FDD0C8: hue angle of 9.06º 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 #FDD0C8 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 200 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.01 |
| HSL | 9.06º | 0.93% | 0.89% | - |
| HSV(B) | 9.06º | 0.21% | 0.99% | - |
| XYZ | 73.49 | 70.16 | 64.31 | - |
| YUV | 220.54 | 116.41 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 200 | 0 | 0.18 | 0.21 | 0.01 | 9.06 | 0.93 | 0.89 |
| Hex | FD | D0 | C8 | 0 | 12 | 15 | 1 | 9 | 5D | 59 |
| Octal | 375 | 320 | 310 | 0 | 22 | 25 | 1 | 11 | 135 | 131 |
| Binary | 11111101 | 11010000 | 11001000 | 0 | 10010 | 10101 | 1 | 1001 | 1011101 | 1011001 |
Color Harmonies of #FDD0C8
Complementary color
Monochromatic Colors of #FDD0C8
Black with #FDD0C8
Text Example
Text Example
White with #FDD0C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD0C8; }
p { color: rgb(253,208,200); }
H1.HeaderClassName
{
color: #FDD0C8;
}
.AnyTagClassName
{
color: #FDD0C8;
}
</style>
background-color css
<style>
a { background-color: #FDD0C8; }
a { background-color: rgb(253,208,200); }
div.DivClassName
{
background-color: #FDD0C8;
}
.BgClassName
{
background-color: #FDD0C8;
}
</style>
border-color css
<style>
span { border-color: #FDD0C8; }
span { border-color: rgb(253,208,200); }
td.TdClassName
{
border-color: #FDD0C8;
}
.TagClassName
{
border-color: #FDD0C8;
}
</style>