Shades of Corn Silk #FFF8DF
Tints of Corn Silk #FFF8DF
RGB
CMYK
RGB Variations
Color information
#FFF8DF (or 0xFFF8DF) is known color: Corn Silk. HEX triplet: FF, F8 and DF. RGB value is (255,248,223). Sum of RGB (Red+Green+Blue) = 255+248+223=726 (96% of max value = 765). Red value is 255 (100% from 255 or 35.12% from 726); Green value is 248 (97.27% from 255 or 34.16% from 726); Blue value is 223 (87.5% from 255 or 30.72% from 726); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF8DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF8DF is #000720. Grayscale: #F7F7F7. Windows color (decimal): -1825 or 14678271. OLE color: 14678271.
HSL color Cylindrical-coordinate representation of color #FFF8DF: hue angle of 46.88º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFF8DF is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 223 | - |
| CMYK | 0 | 0.03 | 0.13 | 0 |
| HSL | 46.88º | 1% | 0.94% | - |
| HSV(B) | 46.88º | 0.13% | 1% | - |
| XYZ | 88.13 | 93.72 | 83.26 | - |
| YUV | 247.24 | 114.32 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 223 | 0 | 0.03 | 0.13 | 0 | 46.88 | 1 | 0.94 |
| Hex | FF | F8 | DF | 0 | 3 | D | 0 | 2F | 64 | 5E |
| Octal | 377 | 370 | 337 | 0 | 3 | 15 | 0 | 57 | 144 | 136 |
| Binary | 11111111 | 11111000 | 11011111 | 0 | 11 | 1101 | 0 | 101111 | 1100100 | 1011110 |
Color Harmonies of #FFF8DF
Complementary color
Monochromatic Colors of #FFF8DF
Black with #FFF8DF
Text Example
Text Example
White with #FFF8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF8DF; }
p { color: rgb(255,248,223); }
H1.HeaderClassName
{
color: #FFF8DF;
}
.AnyTagClassName
{
color: #FFF8DF;
}
</style>
background-color css
<style>
a { background-color: #FFF8DF; }
a { background-color: rgb(255,248,223); }
div.DivClassName
{
background-color: #FFF8DF;
}
.BgClassName
{
background-color: #FFF8DF;
}
</style>
border-color css
<style>
span { border-color: #FFF8DF; }
span { border-color: rgb(255,248,223); }
td.TdClassName
{
border-color: #FFF8DF;
}
.TagClassName
{
border-color: #FFF8DF;
}
</style>