Shades of Corn Silk #FDF6DF
Tints of Corn Silk #FDF6DF
RGB
CMYK
RGB Variations
Color information
#FDF6DF (or 0xFDF6DF) is known color: Corn Silk. HEX triplet: FD, F6 and DF. RGB value is (253,246,223). Sum of RGB (Red+Green+Blue) = 253+246+223=722 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.04% from 722); Green value is 246 (96.48% from 255 or 34.07% from 722); Blue value is 223 (87.5% from 255 or 30.89% from 722); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF6DF is #020920. Grayscale: #F5F5F5. Windows color (decimal): -133409 or 14677757. OLE color: 14677757.
HSL color Cylindrical-coordinate representation of color #FDF6DF: hue angle of 46º 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 #FDF6DF is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 246 | 223 | - |
CMYK | 0 | 0.03 | 0.12 | 0.01 |
HSL | 46º | 0.88% | 0.93% | - |
HSV(B) | 46º | 0.12% | 0.99% | - |
XYZ | 86.78 | 92.12 | 83.02 | - |
YUV | 245.47 | 115.32 | 133.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 246 | 223 | 0 | 0.03 | 0.12 | 0.01 | 46 | 0.88 | 0.93 |
Hex | FD | F6 | DF | 0 | 3 | C | 1 | 2E | 58 | 5D |
Octal | 375 | 366 | 337 | 0 | 3 | 14 | 1 | 56 | 130 | 135 |
Binary | 11111101 | 11110110 | 11011111 | 0 | 11 | 1100 | 1 | 101110 | 1011000 | 1011101 |
Color Harmonies of #FDF6DF
Complementary color
Monochromatic Colors of #FDF6DF
Black with #FDF6DF
Text Example
Text Example
White with #FDF6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF6DF; }
p { color: rgb(253,246,223); }
H1.HeaderClassName
{
color: #FDF6DF;
}
.AnyTagClassName
{
color: #FDF6DF;
}
</style>
background-color css
<style>
a { background-color: #FDF6DF; }
a { background-color: rgb(253,246,223); }
div.DivClassName
{
background-color: #FDF6DF;
}
.BgClassName
{
background-color: #FDF6DF;
}
</style>
border-color css
<style>
span { border-color: #FDF6DF; }
span { border-color: rgb(253,246,223); }
td.TdClassName
{
border-color: #FDF6DF;
}
.TagClassName
{
border-color: #FDF6DF;
}
</style>