Shades of Corn Silk #FDF8DF
Tints of Corn Silk #FDF8DF
RGB
CMYK
RGB Variations
Color information
#FDF8DF (or 0xFDF8DF) is known color: Corn Silk. HEX triplet: FD, F8 and DF. RGB value is (253,248,223). Sum of RGB (Red+Green+Blue) = 253+248+223=724 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.94% from 724); Green value is 248 (97.27% from 255 or 34.25% from 724); Blue value is 223 (87.5% from 255 or 30.80% from 724); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF8DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF8DF is #020720. Grayscale: #F6F6F6. Windows color (decimal): -132897 or 14678269. OLE color: 14678269.
HSL color Cylindrical-coordinate representation of color #FDF8DF: hue angle of 50º 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 #FDF8DF is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 248 | 223 | - |
CMYK | 0 | 0.02 | 0.12 | 0.01 |
HSL | 50º | 0.88% | 0.93% | - |
HSV(B) | 50º | 0.12% | 0.99% | - |
XYZ | 87.39 | 93.35 | 83.22 | - |
YUV | 246.65 | 114.66 | 132.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 248 | 223 | 0 | 0.02 | 0.12 | 0.01 | 50 | 0.88 | 0.93 |
Hex | FD | F8 | DF | 0 | 2 | C | 1 | 32 | 58 | 5D |
Octal | 375 | 370 | 337 | 0 | 2 | 14 | 1 | 62 | 130 | 135 |
Binary | 11111101 | 11111000 | 11011111 | 0 | 10 | 1100 | 1 | 110010 | 1011000 | 1011101 |
Color Harmonies of #FDF8DF
Complementary color
Monochromatic Colors of #FDF8DF
Black with #FDF8DF
Text Example
Text Example
White with #FDF8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF8DF; }
p { color: rgb(253,248,223); }
H1.HeaderClassName
{
color: #FDF8DF;
}
.AnyTagClassName
{
color: #FDF8DF;
}
</style>
background-color css
<style>
a { background-color: #FDF8DF; }
a { background-color: rgb(253,248,223); }
div.DivClassName
{
background-color: #FDF8DF;
}
.BgClassName
{
background-color: #FDF8DF;
}
</style>
border-color css
<style>
span { border-color: #FDF8DF; }
span { border-color: rgb(253,248,223); }
td.TdClassName
{
border-color: #FDF8DF;
}
.TagClassName
{
border-color: #FDF8DF;
}
</style>