Shades of Corn Silk #FEF6DF
Tints of Corn Silk #FEF6DF
RGB
CMYK
RGB Variations
Color information
#FEF6DF (or 0xFEF6DF) is known color: Corn Silk. HEX triplet: FE, F6 and DF. RGB value is (254,246,223). Sum of RGB (Red+Green+Blue) = 254+246+223=723 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.13% from 723); Green value is 246 (96.48% from 255 or 34.02% from 723); Blue value is 223 (87.5% from 255 or 30.84% from 723); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF6DF is #010920. Grayscale: #F5F5F5. Windows color (decimal): -67873 or 14677758. OLE color: 14677758.
HSL color Cylindrical-coordinate representation of color #FEF6DF: hue angle of 44.52º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FEF6DF is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 223 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.00 |
| HSL | 44.52º | 0.94% | 0.94% | - |
| HSV(B) | 44.52º | 0.12% | 1% | - |
| XYZ | 87.15 | 92.31 | 83.04 | - |
| YUV | 245.77 | 115.15 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 223 | 0 | 0.03 | 0.12 | 0.00 | 44.52 | 0.94 | 0.94 |
| Hex | FE | F6 | DF | 0 | 3 | C | 0 | 2D | 5E | 5E |
| Octal | 376 | 366 | 337 | 0 | 3 | 14 | 0 | 55 | 136 | 136 |
| Binary | 11111110 | 11110110 | 11011111 | 0 | 11 | 1100 | 0 | 101101 | 1011110 | 1011110 |
Color Harmonies of #FEF6DF
Complementary color
Monochromatic Colors of #FEF6DF
Black with #FEF6DF
Text Example
Text Example
White with #FEF6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF6DF; }
p { color: rgb(254,246,223); }
H1.HeaderClassName
{
color: #FEF6DF;
}
.AnyTagClassName
{
color: #FEF6DF;
}
</style>
background-color css
<style>
a { background-color: #FEF6DF; }
a { background-color: rgb(254,246,223); }
div.DivClassName
{
background-color: #FEF6DF;
}
.BgClassName
{
background-color: #FEF6DF;
}
</style>
border-color css
<style>
span { border-color: #FEF6DF; }
span { border-color: rgb(254,246,223); }
td.TdClassName
{
border-color: #FEF6DF;
}
.TagClassName
{
border-color: #FEF6DF;
}
</style>