Shades of Corn Silk #FDF9DF
Tints of Corn Silk #FDF9DF
RGB
CMYK
RGB Variations
Color information
#FDF9DF (or 0xFDF9DF) is known color: Corn Silk. HEX triplet: FD, F9 and DF. RGB value is (253,249,223). Sum of RGB (Red+Green+Blue) = 253+249+223=725 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.90% from 725); Green value is 249 (97.66% from 255 or 34.34% from 725); Blue value is 223 (87.5% from 255 or 30.76% from 725); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF9DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF9DF is #020620. Grayscale: #F7F7F7. Windows color (decimal): -132641 or 14678525. OLE color: 14678525.
HSL color Cylindrical-coordinate representation of color #FDF9DF: hue angle of 52º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FDF9DF is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 249 | 223 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.01 |
| HSL | 52º | 0.88% | 0.93% | - |
| HSV(B) | 52º | 0.12% | 0.99% | - |
| XYZ | 87.7 | 93.96 | 83.33 | - |
| YUV | 247.23 | 114.33 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 249 | 223 | 0 | 0.02 | 0.12 | 0.01 | 52 | 0.88 | 0.93 |
| Hex | FD | F9 | DF | 0 | 2 | C | 1 | 34 | 58 | 5D |
| Octal | 375 | 371 | 337 | 0 | 2 | 14 | 1 | 64 | 130 | 135 |
| Binary | 11111101 | 11111001 | 11011111 | 0 | 10 | 1100 | 1 | 110100 | 1011000 | 1011101 |
Color Harmonies of #FDF9DF
Complementary color
Monochromatic Colors of #FDF9DF
Black with #FDF9DF
Text Example
Text Example
White with #FDF9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF9DF; }
p { color: rgb(253,249,223); }
H1.HeaderClassName
{
color: #FDF9DF;
}
.AnyTagClassName
{
color: #FDF9DF;
}
</style>
background-color css
<style>
a { background-color: #FDF9DF; }
a { background-color: rgb(253,249,223); }
div.DivClassName
{
background-color: #FDF9DF;
}
.BgClassName
{
background-color: #FDF9DF;
}
</style>
border-color css
<style>
span { border-color: #FDF9DF; }
span { border-color: rgb(253,249,223); }
td.TdClassName
{
border-color: #FDF9DF;
}
.TagClassName
{
border-color: #FDF9DF;
}
</style>