Shades of Corn Silk #FDF8E6
Tints of Corn Silk #FDF8E6
RGB
CMYK
RGB Variations
Color information
#FDF8E6 (or 0xFDF8E6) is known color: Corn Silk. HEX triplet: FD, F8 and E6. RGB value is (253,248,230). Sum of RGB (Red+Green+Blue) = 253+248+230=731 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.61% from 731); Green value is 248 (97.27% from 255 or 33.93% from 731); Blue value is 230 (90.23% from 255 or 31.46% from 731); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF8E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF8E6 is #020719. Grayscale: #F7F7F7. Windows color (decimal): -132890 or 15137021. OLE color: 15137021.
HSL color Cylindrical-coordinate representation of color #FDF8E6: hue angle of 46.96º degrees, saturation: 0.85, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FDF8E6 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 230 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.01 |
| HSL | 46.96º | 0.85% | 0.95% | - |
| HSV(B) | 46.96º | 0.09% | 0.99% | - |
| XYZ | 88.36 | 93.73 | 88.3 | - |
| YUV | 247.44 | 118.16 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 230 | 0 | 0.02 | 0.09 | 0.01 | 46.96 | 0.85 | 0.95 |
| Hex | FD | F8 | E6 | 0 | 2 | 9 | 1 | 2F | 55 | 5F |
| Octal | 375 | 370 | 346 | 0 | 2 | 11 | 1 | 57 | 125 | 137 |
| Binary | 11111101 | 11111000 | 11100110 | 0 | 10 | 1001 | 1 | 101111 | 1010101 | 1011111 |
Color Harmonies of #FDF8E6
Complementary color
Monochromatic Colors of #FDF8E6
Black with #FDF8E6
Text Example
Text Example
White with #FDF8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF8E6; }
p { color: rgb(253,248,230); }
H1.HeaderClassName
{
color: #FDF8E6;
}
.AnyTagClassName
{
color: #FDF8E6;
}
</style>
background-color css
<style>
a { background-color: #FDF8E6; }
a { background-color: rgb(253,248,230); }
div.DivClassName
{
background-color: #FDF8E6;
}
.BgClassName
{
background-color: #FDF8E6;
}
</style>
border-color css
<style>
span { border-color: #FDF8E6; }
span { border-color: rgb(253,248,230); }
td.TdClassName
{
border-color: #FDF8E6;
}
.TagClassName
{
border-color: #FDF8E6;
}
</style>