Shades of Corn Silk #FFF7DA
Tints of Corn Silk #FFF7DA
RGB
CMYK
RGB Variations
Color information
#FFF7DA (or 0xFFF7DA) is known color: Corn Silk. HEX triplet: FF, F7 and DA. RGB value is (255,247,218). Sum of RGB (Red+Green+Blue) = 255+247+218=720 (95% of max value = 765). Red value is 255 (100% from 255 or 35.42% from 720); Green value is 247 (96.88% from 255 or 34.31% from 720); Blue value is 218 (85.55% from 255 or 30.28% from 720); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF7DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF7DA is #000825. Grayscale: #F6F6F6. Windows color (decimal): -2086 or 14350335. OLE color: 14350335.
HSL color Cylindrical-coordinate representation of color #FFF7DA: hue angle of 47.03º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFF7DA is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 247 | 218 | - |
| CMYK | 0 | 0.03 | 0.15 | 0 |
| HSL | 47.03º | 1% | 0.93% | - |
| HSV(B) | 47.03º | 0.15% | 1% | - |
| XYZ | 87.16 | 92.84 | 79.66 | - |
| YUV | 246.09 | 112.15 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 247 | 218 | 0 | 0.03 | 0.15 | 0 | 47.03 | 1 | 0.93 |
| Hex | FF | F7 | DA | 0 | 3 | F | 0 | 2F | 64 | 5D |
| Octal | 377 | 367 | 332 | 0 | 3 | 17 | 0 | 57 | 144 | 135 |
| Binary | 11111111 | 11110111 | 11011010 | 0 | 11 | 1111 | 0 | 101111 | 1100100 | 1011101 |
Color Harmonies of #FFF7DA
Complementary color
Monochromatic Colors of #FFF7DA
Black with #FFF7DA
Text Example
Text Example
White with #FFF7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF7DA; }
p { color: rgb(255,247,218); }
H1.HeaderClassName
{
color: #FFF7DA;
}
.AnyTagClassName
{
color: #FFF7DA;
}
</style>
background-color css
<style>
a { background-color: #FFF7DA; }
a { background-color: rgb(255,247,218); }
div.DivClassName
{
background-color: #FFF7DA;
}
.BgClassName
{
background-color: #FFF7DA;
}
</style>
border-color css
<style>
span { border-color: #FFF7DA; }
span { border-color: rgb(255,247,218); }
td.TdClassName
{
border-color: #FFF7DA;
}
.TagClassName
{
border-color: #FFF7DA;
}
</style>