Shades of Corn Silk #FEF6DD
Tints of Corn Silk #FEF6DD
RGB
CMYK
RGB Variations
Color information
#FEF6DD (or 0xFEF6DD) is known color: Corn Silk. HEX triplet: FE, F6 and DD. RGB value is (254,246,221). Sum of RGB (Red+Green+Blue) = 254+246+221=721 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.23% from 721); Green value is 246 (96.48% from 255 or 34.12% from 721); Blue value is 221 (86.72% from 255 or 30.65% from 721); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF6DD is #010922. Grayscale: #F5F5F5. Windows color (decimal): -67875 or 14546686. OLE color: 14546686.
HSL color Cylindrical-coordinate representation of color #FEF6DD: hue angle of 45.45º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEF6DD is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 221 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.00 |
| HSL | 45.45º | 0.94% | 0.93% | - |
| HSV(B) | 45.45º | 0.13% | 1% | - |
| XYZ | 86.88 | 92.2 | 81.62 | - |
| YUV | 245.54 | 114.15 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 221 | 0 | 0.03 | 0.13 | 0.00 | 45.45 | 0.94 | 0.93 |
| Hex | FE | F6 | DD | 0 | 3 | D | 0 | 2D | 5E | 5D |
| Octal | 376 | 366 | 335 | 0 | 3 | 15 | 0 | 55 | 136 | 135 |
| Binary | 11111110 | 11110110 | 11011101 | 0 | 11 | 1101 | 0 | 101101 | 1011110 | 1011101 |
Color Harmonies of #FEF6DD
Complementary color
Monochromatic Colors of #FEF6DD
Black with #FEF6DD
Text Example
Text Example
White with #FEF6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF6DD; }
p { color: rgb(254,246,221); }
H1.HeaderClassName
{
color: #FEF6DD;
}
.AnyTagClassName
{
color: #FEF6DD;
}
</style>
background-color css
<style>
a { background-color: #FEF6DD; }
a { background-color: rgb(254,246,221); }
div.DivClassName
{
background-color: #FEF6DD;
}
.BgClassName
{
background-color: #FEF6DD;
}
</style>
border-color css
<style>
span { border-color: #FEF6DD; }
span { border-color: rgb(254,246,221); }
td.TdClassName
{
border-color: #FEF6DD;
}
.TagClassName
{
border-color: #FEF6DD;
}
</style>