Shades of Corn Silk #FEF8D8
Tints of Corn Silk #FEF8D8
RGB
CMYK
RGB Variations
Color information
#FEF8D8 (or 0xFEF8D8) is known color: Corn Silk. HEX triplet: FE, F8 and D8. RGB value is (254,248,216). Sum of RGB (Red+Green+Blue) = 254+248+216=718 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.38% from 718); Green value is 248 (97.27% from 255 or 34.54% from 718); Blue value is 216 (84.77% from 255 or 30.08% from 718); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF8D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF8D8 is #010727. Grayscale: #F6F6F6. Windows color (decimal): -67368 or 14219518. OLE color: 14219518.
HSL color Cylindrical-coordinate representation of color #FEF8D8: hue angle of 50.53º 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 #FEF8D8 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 216 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.00 |
| HSL | 50.53º | 0.95% | 0.92% | - |
| HSV(B) | 50.53º | 0.15% | 1% | - |
| XYZ | 86.84 | 93.16 | 78.37 | - |
| YUV | 246.15 | 110.99 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 216 | 0 | 0.02 | 0.15 | 0.00 | 50.53 | 0.95 | 0.92 |
| Hex | FE | F8 | D8 | 0 | 2 | F | 0 | 33 | 5F | 5C |
| Octal | 376 | 370 | 330 | 0 | 2 | 17 | 0 | 63 | 137 | 134 |
| Binary | 11111110 | 11111000 | 11011000 | 0 | 10 | 1111 | 0 | 110011 | 1011111 | 1011100 |
Color Harmonies of #FEF8D8
Complementary color
Monochromatic Colors of #FEF8D8
Black with #FEF8D8
Text Example
Text Example
White with #FEF8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF8D8; }
p { color: rgb(254,248,216); }
H1.HeaderClassName
{
color: #FEF8D8;
}
.AnyTagClassName
{
color: #FEF8D8;
}
</style>
background-color css
<style>
a { background-color: #FEF8D8; }
a { background-color: rgb(254,248,216); }
div.DivClassName
{
background-color: #FEF8D8;
}
.BgClassName
{
background-color: #FEF8D8;
}
</style>
border-color css
<style>
span { border-color: #FEF8D8; }
span { border-color: rgb(254,248,216); }
td.TdClassName
{
border-color: #FEF8D8;
}
.TagClassName
{
border-color: #FEF8D8;
}
</style>