Shades of Corn Silk #FFF7DE
Tints of Corn Silk #FFF7DE
RGB
CMYK
RGB Variations
Color information
#FFF7DE (or 0xFFF7DE) is known color: Corn Silk. HEX triplet: FF, F7 and DE. RGB value is (255,247,222). Sum of RGB (Red+Green+Blue) = 255+247+222=724 (95% of max value = 765). Red value is 255 (100% from 255 or 35.22% from 724); Green value is 247 (96.88% from 255 or 34.12% from 724); Blue value is 222 (87.11% from 255 or 30.66% from 724); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF7DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF7DE is #000821. Grayscale: #F6F6F6. Windows color (decimal): -2082 or 14612479. OLE color: 14612479.
HSL color Cylindrical-coordinate representation of color #FFF7DE: hue angle of 45.45º 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 #FFF7DE is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 247 | 222 | - |
| CMYK | 0 | 0.03 | 0.13 | 0 |
| HSL | 45.45º | 1% | 0.94% | - |
| HSV(B) | 45.45º | 0.13% | 1% | - |
| XYZ | 87.69 | 93.06 | 82.45 | - |
| YUV | 246.54 | 114.15 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 247 | 222 | 0 | 0.03 | 0.13 | 0 | 45.45 | 1 | 0.94 |
| Hex | FF | F7 | DE | 0 | 3 | D | 0 | 2D | 64 | 5E |
| Octal | 377 | 367 | 336 | 0 | 3 | 15 | 0 | 55 | 144 | 136 |
| Binary | 11111111 | 11110111 | 11011110 | 0 | 11 | 1101 | 0 | 101101 | 1100100 | 1011110 |
Color Harmonies of #FFF7DE
Complementary color
Monochromatic Colors of #FFF7DE
Black with #FFF7DE
Text Example
Text Example
White with #FFF7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF7DE; }
p { color: rgb(255,247,222); }
H1.HeaderClassName
{
color: #FFF7DE;
}
.AnyTagClassName
{
color: #FFF7DE;
}
</style>
background-color css
<style>
a { background-color: #FFF7DE; }
a { background-color: rgb(255,247,222); }
div.DivClassName
{
background-color: #FFF7DE;
}
.BgClassName
{
background-color: #FFF7DE;
}
</style>
border-color css
<style>
span { border-color: #FFF7DE; }
span { border-color: rgb(255,247,222); }
td.TdClassName
{
border-color: #FFF7DE;
}
.TagClassName
{
border-color: #FFF7DE;
}
</style>