Shades of Corn Silk #FEF9E5
Tints of Corn Silk #FEF9E5
RGB
CMYK
RGB Variations
Color information
#FEF9E5 (or 0xFEF9E5) is known color: Corn Silk. HEX triplet: FE, F9 and E5. RGB value is (254,249,229). Sum of RGB (Red+Green+Blue) = 254+249+229=732 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.70% from 732); Green value is 249 (97.66% from 255 or 34.02% from 732); Blue value is 229 (89.84% from 255 or 31.28% from 732); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF9E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF9E5 is #01061A. Grayscale: #F8F8F8. Windows color (decimal): -67099 or 15071742. OLE color: 15071742.
HSL color Cylindrical-coordinate representation of color #FEF9E5: hue angle of 48º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FEF9E5 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 249 | 229 | - |
CMYK | 0 | 0.02 | 0.10 | 0.00 |
HSL | 48º | 0.93% | 0.95% | - |
HSV(B) | 48º | 0.1% | 1% | - |
XYZ | 88.89 | 94.48 | 87.68 | - |
YUV | 248.22 | 117.16 | 132.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 249 | 229 | 0 | 0.02 | 0.10 | 0.00 | 48 | 0.93 | 0.95 |
Hex | FE | F9 | E5 | 0 | 2 | A | 0 | 30 | 5D | 5F |
Octal | 376 | 371 | 345 | 0 | 2 | 12 | 0 | 60 | 135 | 137 |
Binary | 11111110 | 11111001 | 11100101 | 0 | 10 | 1010 | 0 | 110000 | 1011101 | 1011111 |
Color Harmonies of #FEF9E5
Complementary color
Monochromatic Colors of #FEF9E5
Black with #FEF9E5
Text Example
Text Example
White with #FEF9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF9E5; }
p { color: rgb(254,249,229); }
H1.HeaderClassName
{
color: #FEF9E5;
}
.AnyTagClassName
{
color: #FEF9E5;
}
</style>
background-color css
<style>
a { background-color: #FEF9E5; }
a { background-color: rgb(254,249,229); }
div.DivClassName
{
background-color: #FEF9E5;
}
.BgClassName
{
background-color: #FEF9E5;
}
</style>
border-color css
<style>
span { border-color: #FEF9E5; }
span { border-color: rgb(254,249,229); }
td.TdClassName
{
border-color: #FEF9E5;
}
.TagClassName
{
border-color: #FEF9E5;
}
</style>