Shades of Corn Silk #FFF9D7
Tints of Corn Silk #FFF9D7
RGB
CMYK
RGB Variations
Color information
#FFF9D7 (or 0xFFF9D7) is known color: Corn Silk. HEX triplet: FF, F9 and D7. RGB value is (255,249,215). Sum of RGB (Red+Green+Blue) = 255+249+215=719 (95% of max value = 765). Red value is 255 (100% from 255 or 35.47% from 719); Green value is 249 (97.66% from 255 or 34.63% from 719); Blue value is 215 (84.38% from 255 or 29.90% from 719); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF9D7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF9D7 is #000628. Grayscale: #F7F7F7. Windows color (decimal): -1577 or 14154239. OLE color: 14154239.
HSL color Cylindrical-coordinate representation of color #FFF9D7: hue angle of 51º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FFF9D7 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 215 | - |
| CMYK | 0 | 0.02 | 0.16 | 0 |
| HSL | 51º | 1% | 0.92% | - |
| HSV(B) | 51º | 0.16% | 1% | - |
| XYZ | 87.38 | 93.92 | 77.81 | - |
| YUV | 246.92 | 109.99 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 215 | 0 | 0.02 | 0.16 | 0 | 51 | 1 | 0.92 |
| Hex | FF | F9 | D7 | 0 | 2 | 10 | 0 | 33 | 64 | 5C |
| Octal | 377 | 371 | 327 | 0 | 2 | 20 | 0 | 63 | 144 | 134 |
| Binary | 11111111 | 11111001 | 11010111 | 0 | 10 | 10000 | 0 | 110011 | 1100100 | 1011100 |
Color Harmonies of #FFF9D7
Complementary color
Monochromatic Colors of #FFF9D7
Black with #FFF9D7
Text Example
Text Example
White with #FFF9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF9D7; }
p { color: rgb(255,249,215); }
H1.HeaderClassName
{
color: #FFF9D7;
}
.AnyTagClassName
{
color: #FFF9D7;
}
</style>
background-color css
<style>
a { background-color: #FFF9D7; }
a { background-color: rgb(255,249,215); }
div.DivClassName
{
background-color: #FFF9D7;
}
.BgClassName
{
background-color: #FFF9D7;
}
</style>
border-color css
<style>
span { border-color: #FFF9D7; }
span { border-color: rgb(255,249,215); }
td.TdClassName
{
border-color: #FFF9D7;
}
.TagClassName
{
border-color: #FFF9D7;
}
</style>