Shades of Corn Silk #FEF9DF
Tints of Corn Silk #FEF9DF
RGB
CMYK
RGB Variations
Color information
#FEF9DF (or 0xFEF9DF) is known color: Corn Silk. HEX triplet: FE, F9 and DF. RGB value is (254,249,223). Sum of RGB (Red+Green+Blue) = 254+249+223=726 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.99% from 726); Green value is 249 (97.66% from 255 or 34.30% from 726); Blue value is 223 (87.5% from 255 or 30.72% from 726); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF9DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF9DF is #010620. Grayscale: #F7F7F7. Windows color (decimal): -67105 or 14678526. OLE color: 14678526.
HSL color Cylindrical-coordinate representation of color #FEF9DF: hue angle of 50.32º 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 #FEF9DF is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 249 | 223 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.00 |
| HSL | 50.32º | 0.94% | 0.94% | - |
| HSV(B) | 50.32º | 0.12% | 1% | - |
| XYZ | 88.07 | 94.15 | 83.34 | - |
| YUV | 247.53 | 114.16 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 249 | 223 | 0 | 0.02 | 0.12 | 0.00 | 50.32 | 0.94 | 0.94 |
| Hex | FE | F9 | DF | 0 | 2 | C | 0 | 32 | 5E | 5E |
| Octal | 376 | 371 | 337 | 0 | 2 | 14 | 0 | 62 | 136 | 136 |
| Binary | 11111110 | 11111001 | 11011111 | 0 | 10 | 1100 | 0 | 110010 | 1011110 | 1011110 |
Color Harmonies of #FEF9DF
Complementary color
Monochromatic Colors of #FEF9DF
Black with #FEF9DF
Text Example
Text Example
White with #FEF9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF9DF; }
p { color: rgb(254,249,223); }
H1.HeaderClassName
{
color: #FEF9DF;
}
.AnyTagClassName
{
color: #FEF9DF;
}
</style>
background-color css
<style>
a { background-color: #FEF9DF; }
a { background-color: rgb(254,249,223); }
div.DivClassName
{
background-color: #FEF9DF;
}
.BgClassName
{
background-color: #FEF9DF;
}
</style>
border-color css
<style>
span { border-color: #FEF9DF; }
span { border-color: rgb(254,249,223); }
td.TdClassName
{
border-color: #FEF9DF;
}
.TagClassName
{
border-color: #FEF9DF;
}
</style>