Shades of Corn Silk #FEF8DD
Tints of Corn Silk #FEF8DD
RGB
CMYK
RGB Variations
Color information
#FEF8DD (or 0xFEF8DD) is known color: Corn Silk. HEX triplet: FE, F8 and DD. RGB value is (254,248,221). Sum of RGB (Red+Green+Blue) = 254+248+221=723 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.13% from 723); Green value is 248 (97.27% from 255 or 34.30% from 723); Blue value is 221 (86.72% from 255 or 30.57% from 723); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF8DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF8DD is #010722. Grayscale: #F6F6F6. Windows color (decimal): -67363 or 14547198. OLE color: 14547198.
HSL color Cylindrical-coordinate representation of color #FEF8DD: hue angle of 49.09º 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 #FEF8DD is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 221 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.00 |
| HSL | 49.09º | 0.94% | 0.93% | - |
| HSV(B) | 49.09º | 0.13% | 1% | - |
| XYZ | 87.49 | 93.43 | 81.83 | - |
| YUV | 246.72 | 113.49 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 221 | 0 | 0.02 | 0.13 | 0.00 | 49.09 | 0.94 | 0.93 |
| Hex | FE | F8 | DD | 0 | 2 | D | 0 | 31 | 5E | 5D |
| Octal | 376 | 370 | 335 | 0 | 2 | 15 | 0 | 61 | 136 | 135 |
| Binary | 11111110 | 11111000 | 11011101 | 0 | 10 | 1101 | 0 | 110001 | 1011110 | 1011101 |
Color Harmonies of #FEF8DD
Complementary color
Monochromatic Colors of #FEF8DD
Black with #FEF8DD
Text Example
Text Example
White with #FEF8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF8DD; }
p { color: rgb(254,248,221); }
H1.HeaderClassName
{
color: #FEF8DD;
}
.AnyTagClassName
{
color: #FEF8DD;
}
</style>
background-color css
<style>
a { background-color: #FEF8DD; }
a { background-color: rgb(254,248,221); }
div.DivClassName
{
background-color: #FEF8DD;
}
.BgClassName
{
background-color: #FEF8DD;
}
</style>
border-color css
<style>
span { border-color: #FEF8DD; }
span { border-color: rgb(254,248,221); }
td.TdClassName
{
border-color: #FEF8DD;
}
.TagClassName
{
border-color: #FEF8DD;
}
</style>