Shades of Corn Silk #FEF7DB
Tints of Corn Silk #FEF7DB
RGB
CMYK
RGB Variations
Color information
#FEF7DB (or 0xFEF7DB) is known color: Corn Silk. HEX triplet: FE, F7 and DB. RGB value is (254,247,219). Sum of RGB (Red+Green+Blue) = 254+247+219=720 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.28% from 720); Green value is 247 (96.88% from 255 or 34.31% from 720); Blue value is 219 (85.94% from 255 or 30.42% from 720); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF7DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF7DB is #010824. Grayscale: #F6F6F6. Windows color (decimal): -67621 or 14415870. OLE color: 14415870.
HSL color Cylindrical-coordinate representation of color #FEF7DB: hue angle of 48º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FEF7DB is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 247 | 219 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.00 |
| HSL | 48º | 0.95% | 0.93% | - |
| HSV(B) | 48º | 0.14% | 1% | - |
| XYZ | 86.92 | 92.71 | 80.33 | - |
| YUV | 245.9 | 112.82 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 247 | 219 | 0 | 0.03 | 0.14 | 0.00 | 48 | 0.95 | 0.93 |
| Hex | FE | F7 | DB | 0 | 3 | E | 0 | 30 | 5F | 5D |
| Octal | 376 | 367 | 333 | 0 | 3 | 16 | 0 | 60 | 137 | 135 |
| Binary | 11111110 | 11110111 | 11011011 | 0 | 11 | 1110 | 0 | 110000 | 1011111 | 1011101 |
Color Harmonies of #FEF7DB
Complementary color
Monochromatic Colors of #FEF7DB
Black with #FEF7DB
Text Example
Text Example
White with #FEF7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF7DB; }
p { color: rgb(254,247,219); }
H1.HeaderClassName
{
color: #FEF7DB;
}
.AnyTagClassName
{
color: #FEF7DB;
}
</style>
background-color css
<style>
a { background-color: #FEF7DB; }
a { background-color: rgb(254,247,219); }
div.DivClassName
{
background-color: #FEF7DB;
}
.BgClassName
{
background-color: #FEF7DB;
}
</style>
border-color css
<style>
span { border-color: #FEF7DB; }
span { border-color: rgb(254,247,219); }
td.TdClassName
{
border-color: #FEF7DB;
}
.TagClassName
{
border-color: #FEF7DB;
}
</style>