Shades of Coral Candy #FDD1C7
Tints of Coral Candy #FDD1C7
RGB
CMYK
RGB Variations
Color information
#FDD1C7 (or 0xFDD1C7) is known color: Coral Candy. HEX triplet: FD, D1 and C7. RGB value is (253,209,199). Sum of RGB (Red+Green+Blue) = 253+209+199=661 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.28% from 661); Green value is 209 (82.03% from 255 or 31.62% from 661); Blue value is 199 (78.12% from 255 or 30.11% from 661); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD1C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD1C7 is #022E38. Grayscale: #DDDDDD. Windows color (decimal): -142905 or 13095421. OLE color: 13095421.
HSL color Cylindrical-coordinate representation of color #FDD1C7: hue angle of 11.11º 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 #FDD1C7 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 199 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.01 |
| HSL | 11.11º | 0.93% | 0.89% | - |
| HSV(B) | 11.11º | 0.21% | 0.99% | - |
| XYZ | 73.62 | 70.61 | 63.78 | - |
| YUV | 221.02 | 115.58 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 199 | 0 | 0.17 | 0.21 | 0.01 | 11.11 | 0.93 | 0.89 |
| Hex | FD | D1 | C7 | 0 | 11 | 15 | 1 | B | 5D | 59 |
| Octal | 375 | 321 | 307 | 0 | 21 | 25 | 1 | 13 | 135 | 131 |
| Binary | 11111101 | 11010001 | 11000111 | 0 | 10001 | 10101 | 1 | 1011 | 1011101 | 1011001 |
Color Harmonies of #FDD1C7
Complementary color
Monochromatic Colors of #FDD1C7
Black with #FDD1C7
Text Example
Text Example
White with #FDD1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD1C7; }
p { color: rgb(253,209,199); }
H1.HeaderClassName
{
color: #FDD1C7;
}
.AnyTagClassName
{
color: #FDD1C7;
}
</style>
background-color css
<style>
a { background-color: #FDD1C7; }
a { background-color: rgb(253,209,199); }
div.DivClassName
{
background-color: #FDD1C7;
}
.BgClassName
{
background-color: #FDD1C7;
}
</style>
border-color css
<style>
span { border-color: #FDD1C7; }
span { border-color: rgb(253,209,199); }
td.TdClassName
{
border-color: #FDD1C7;
}
.TagClassName
{
border-color: #FDD1C7;
}
</style>