Shades of Corn Silk #FFF7DC
Tints of Corn Silk #FFF7DC
RGB
CMYK
RGB Variations
Color information
#FFF7DC (or 0xFFF7DC) is known color: Corn Silk. HEX triplet: FF, F7 and DC. RGB value is (255,247,220). Sum of RGB (Red+Green+Blue) = 255+247+220=722 (95% of max value = 765). Red value is 255 (100% from 255 or 35.32% from 722); Green value is 247 (96.88% from 255 or 34.21% from 722); Blue value is 220 (86.33% from 255 or 30.47% from 722); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF7DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF7DC is #000823. Grayscale: #F6F6F6. Windows color (decimal): -2084 or 14481407. OLE color: 14481407.
HSL color Cylindrical-coordinate representation of color #FFF7DC: hue angle of 46.29º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FFF7DC is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 247 | 220 | - |
| CMYK | 0 | 0.03 | 0.14 | 0 |
| HSL | 46.29º | 1% | 0.93% | - |
| HSV(B) | 46.29º | 0.14% | 1% | - |
| XYZ | 87.42 | 92.95 | 81.04 | - |
| YUV | 246.31 | 113.15 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 247 | 220 | 0 | 0.03 | 0.14 | 0 | 46.29 | 1 | 0.93 |
| Hex | FF | F7 | DC | 0 | 3 | E | 0 | 2E | 64 | 5D |
| Octal | 377 | 367 | 334 | 0 | 3 | 16 | 0 | 56 | 144 | 135 |
| Binary | 11111111 | 11110111 | 11011100 | 0 | 11 | 1110 | 0 | 101110 | 1100100 | 1011101 |
Color Harmonies of #FFF7DC
Complementary color
Monochromatic Colors of #FFF7DC
Black with #FFF7DC
Text Example
Text Example
White with #FFF7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF7DC; }
p { color: rgb(255,247,220); }
H1.HeaderClassName
{
color: #FFF7DC;
}
.AnyTagClassName
{
color: #FFF7DC;
}
</style>
background-color css
<style>
a { background-color: #FFF7DC; }
a { background-color: rgb(255,247,220); }
div.DivClassName
{
background-color: #FFF7DC;
}
.BgClassName
{
background-color: #FFF7DC;
}
</style>
border-color css
<style>
span { border-color: #FFF7DC; }
span { border-color: rgb(255,247,220); }
td.TdClassName
{
border-color: #FFF7DC;
}
.TagClassName
{
border-color: #FFF7DC;
}
</style>