Shades of Corn Silk #FDF7DC
Tints of Corn Silk #FDF7DC
RGB
CMYK
RGB Variations
Color information
#FDF7DC (or 0xFDF7DC) is known color: Corn Silk. HEX triplet: FD, F7 and DC. RGB value is (253,247,220). Sum of RGB (Red+Green+Blue) = 253+247+220=720 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.14% from 720); Green value is 247 (96.88% from 255 or 34.31% from 720); Blue value is 220 (86.33% from 255 or 30.56% from 720); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF7DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF7DC is #020823. Grayscale: #F5F5F5. Windows color (decimal): -133156 or 14481405. OLE color: 14481405.
HSL color Cylindrical-coordinate representation of color #FDF7DC: hue angle of 49.09º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDF7DC is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 247 | 220 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.01 |
| HSL | 49.09º | 0.89% | 0.93% | - |
| HSV(B) | 49.09º | 0.13% | 0.99% | - |
| XYZ | 86.69 | 92.57 | 81.01 | - |
| YUV | 245.72 | 113.49 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 247 | 220 | 0 | 0.02 | 0.13 | 0.01 | 49.09 | 0.89 | 0.93 |
| Hex | FD | F7 | DC | 0 | 2 | D | 1 | 31 | 59 | 5D |
| Octal | 375 | 367 | 334 | 0 | 2 | 15 | 1 | 61 | 131 | 135 |
| Binary | 11111101 | 11110111 | 11011100 | 0 | 10 | 1101 | 1 | 110001 | 1011001 | 1011101 |
Color Harmonies of #FDF7DC
Complementary color
Monochromatic Colors of #FDF7DC
Black with #FDF7DC
Text Example
Text Example
White with #FDF7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF7DC; }
p { color: rgb(253,247,220); }
H1.HeaderClassName
{
color: #FDF7DC;
}
.AnyTagClassName
{
color: #FDF7DC;
}
</style>
background-color css
<style>
a { background-color: #FDF7DC; }
a { background-color: rgb(253,247,220); }
div.DivClassName
{
background-color: #FDF7DC;
}
.BgClassName
{
background-color: #FDF7DC;
}
</style>
border-color css
<style>
span { border-color: #FDF7DC; }
span { border-color: rgb(253,247,220); }
td.TdClassName
{
border-color: #FDF7DC;
}
.TagClassName
{
border-color: #FDF7DC;
}
</style>