Shades of Corn Silk #FDF9E1
Tints of Corn Silk #FDF9E1
RGB
CMYK
RGB Variations
Color information
#FDF9E1 (or 0xFDF9E1) is known color: Corn Silk. HEX triplet: FD, F9 and E1. RGB value is (253,249,225). Sum of RGB (Red+Green+Blue) = 253+249+225=727 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.80% from 727); Green value is 249 (97.66% from 255 or 34.25% from 727); Blue value is 225 (88.28% from 255 or 30.95% from 727); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF9E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF9E1 is #02061E. Grayscale: #F7F7F7. Windows color (decimal): -132639 or 14809597. OLE color: 14809597.
HSL color Cylindrical-coordinate representation of color #FDF9E1: hue angle of 51.43º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FDF9E1 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 249 | 225 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.01 |
| HSL | 51.43º | 0.88% | 0.94% | - |
| HSV(B) | 51.43º | 0.11% | 0.99% | - |
| XYZ | 87.97 | 94.07 | 84.75 | - |
| YUV | 247.46 | 115.33 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 249 | 225 | 0 | 0.02 | 0.11 | 0.01 | 51.43 | 0.88 | 0.94 |
| Hex | FD | F9 | E1 | 0 | 2 | B | 1 | 33 | 58 | 5E |
| Octal | 375 | 371 | 341 | 0 | 2 | 13 | 1 | 63 | 130 | 136 |
| Binary | 11111101 | 11111001 | 11100001 | 0 | 10 | 1011 | 1 | 110011 | 1011000 | 1011110 |
Color Harmonies of #FDF9E1
Complementary color
Monochromatic Colors of #FDF9E1
Black with #FDF9E1
Text Example
Text Example
White with #FDF9E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF9E1; }
p { color: rgb(253,249,225); }
H1.HeaderClassName
{
color: #FDF9E1;
}
.AnyTagClassName
{
color: #FDF9E1;
}
</style>
background-color css
<style>
a { background-color: #FDF9E1; }
a { background-color: rgb(253,249,225); }
div.DivClassName
{
background-color: #FDF9E1;
}
.BgClassName
{
background-color: #FDF9E1;
}
</style>
border-color css
<style>
span { border-color: #FDF9E1; }
span { border-color: rgb(253,249,225); }
td.TdClassName
{
border-color: #FDF9E1;
}
.TagClassName
{
border-color: #FDF9E1;
}
</style>