Shades of Corn Silk #FEF6D7
Tints of Corn Silk #FEF6D7
RGB
CMYK
RGB Variations
Color information
#FEF6D7 (or 0xFEF6D7) is known color: Corn Silk. HEX triplet: FE, F6 and D7. RGB value is (254,246,215). Sum of RGB (Red+Green+Blue) = 254+246+215=715 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.52% from 715); Green value is 246 (96.48% from 255 or 34.41% from 715); Blue value is 215 (84.38% from 255 or 30.07% from 715); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6D7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF6D7 is #010928. Grayscale: #F4F4F4. Windows color (decimal): -67881 or 14153470. OLE color: 14153470.
HSL color Cylindrical-coordinate representation of color #FEF6D7: hue angle of 47.69º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FEF6D7 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 215 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.00 |
| HSL | 47.69º | 0.95% | 0.92% | - |
| HSV(B) | 47.69º | 0.15% | 1% | - |
| XYZ | 86.09 | 91.89 | 77.49 | - |
| YUV | 244.86 | 111.15 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 215 | 0 | 0.03 | 0.15 | 0.00 | 47.69 | 0.95 | 0.92 |
| Hex | FE | F6 | D7 | 0 | 3 | F | 0 | 30 | 5F | 5C |
| Octal | 376 | 366 | 327 | 0 | 3 | 17 | 0 | 60 | 137 | 134 |
| Binary | 11111110 | 11110110 | 11010111 | 0 | 11 | 1111 | 0 | 110000 | 1011111 | 1011100 |
Color Harmonies of #FEF6D7
Complementary color
Monochromatic Colors of #FEF6D7
Black with #FEF6D7
Text Example
Text Example
White with #FEF6D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF6D7; }
p { color: rgb(254,246,215); }
H1.HeaderClassName
{
color: #FEF6D7;
}
.AnyTagClassName
{
color: #FEF6D7;
}
</style>
background-color css
<style>
a { background-color: #FEF6D7; }
a { background-color: rgb(254,246,215); }
div.DivClassName
{
background-color: #FEF6D7;
}
.BgClassName
{
background-color: #FEF6D7;
}
</style>
border-color css
<style>
span { border-color: #FEF6D7; }
span { border-color: rgb(254,246,215); }
td.TdClassName
{
border-color: #FEF6D7;
}
.TagClassName
{
border-color: #FEF6D7;
}
</style>