Shades of Corn Silk #FEF8DE
Tints of Corn Silk #FEF8DE
RGB
CMYK
RGB Variations
Color information
#FEF8DE (or 0xFEF8DE) is known color: Corn Silk. HEX triplet: FE, F8 and DE. RGB value is (254,248,222). Sum of RGB (Red+Green+Blue) = 254+248+222=724 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.08% from 724); Green value is 248 (97.27% from 255 or 34.25% from 724); Blue value is 222 (87.11% from 255 or 30.66% from 724); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF8DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF8DE is #010721. Grayscale: #F6F6F6. Windows color (decimal): -67362 or 14612734. OLE color: 14612734.
HSL color Cylindrical-coordinate representation of color #FEF8DE: hue angle of 48.75º 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 #FEF8DE is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 222 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.00 |
| HSL | 48.75º | 0.94% | 0.93% | - |
| HSV(B) | 48.75º | 0.13% | 1% | - |
| XYZ | 87.63 | 93.48 | 82.53 | - |
| YUV | 246.83 | 113.99 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 222 | 0 | 0.02 | 0.13 | 0.00 | 48.75 | 0.94 | 0.93 |
| Hex | FE | F8 | DE | 0 | 2 | D | 0 | 31 | 5E | 5D |
| Octal | 376 | 370 | 336 | 0 | 2 | 15 | 0 | 61 | 136 | 135 |
| Binary | 11111110 | 11111000 | 11011110 | 0 | 10 | 1101 | 0 | 110001 | 1011110 | 1011101 |
Color Harmonies of #FEF8DE
Complementary color
Monochromatic Colors of #FEF8DE
Black with #FEF8DE
Text Example
Text Example
White with #FEF8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF8DE; }
p { color: rgb(254,248,222); }
H1.HeaderClassName
{
color: #FEF8DE;
}
.AnyTagClassName
{
color: #FEF8DE;
}
</style>
background-color css
<style>
a { background-color: #FEF8DE; }
a { background-color: rgb(254,248,222); }
div.DivClassName
{
background-color: #FEF8DE;
}
.BgClassName
{
background-color: #FEF8DE;
}
</style>
border-color css
<style>
span { border-color: #FEF8DE; }
span { border-color: rgb(254,248,222); }
td.TdClassName
{
border-color: #FEF8DE;
}
.TagClassName
{
border-color: #FEF8DE;
}
</style>