Shades of Corn Silk #FDF6DC
Tints of Corn Silk #FDF6DC
RGB
CMYK
RGB Variations
Color information
#FDF6DC (or 0xFDF6DC) is known color: Corn Silk. HEX triplet: FD, F6 and DC. RGB value is (253,246,220). Sum of RGB (Red+Green+Blue) = 253+246+220=719 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.19% from 719); Green value is 246 (96.48% from 255 or 34.21% from 719); Blue value is 220 (86.33% from 255 or 30.60% from 719); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF6DC is #020923. Grayscale: #F5F5F5. Windows color (decimal): -133412 or 14481149. OLE color: 14481149.
HSL color Cylindrical-coordinate representation of color #FDF6DC: hue angle of 47.27º 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 #FDF6DC is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 246 | 220 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.01 |
| HSL | 47.27º | 0.89% | 0.93% | - |
| HSV(B) | 47.27º | 0.13% | 0.99% | - |
| XYZ | 86.38 | 91.96 | 80.91 | - |
| YUV | 245.13 | 113.82 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 246 | 220 | 0 | 0.03 | 0.13 | 0.01 | 47.27 | 0.89 | 0.93 |
| Hex | FD | F6 | DC | 0 | 3 | D | 1 | 2F | 59 | 5D |
| Octal | 375 | 366 | 334 | 0 | 3 | 15 | 1 | 57 | 131 | 135 |
| Binary | 11111101 | 11110110 | 11011100 | 0 | 11 | 1101 | 1 | 101111 | 1011001 | 1011101 |
Color Harmonies of #FDF6DC
Complementary color
Monochromatic Colors of #FDF6DC
Black with #FDF6DC
Text Example
Text Example
White with #FDF6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF6DC; }
p { color: rgb(253,246,220); }
H1.HeaderClassName
{
color: #FDF6DC;
}
.AnyTagClassName
{
color: #FDF6DC;
}
</style>
background-color css
<style>
a { background-color: #FDF6DC; }
a { background-color: rgb(253,246,220); }
div.DivClassName
{
background-color: #FDF6DC;
}
.BgClassName
{
background-color: #FDF6DC;
}
</style>
border-color css
<style>
span { border-color: #FDF6DC; }
span { border-color: rgb(253,246,220); }
td.TdClassName
{
border-color: #FDF6DC;
}
.TagClassName
{
border-color: #FDF6DC;
}
</style>