Shades of Corn Silk #FEF6DB
Tints of Corn Silk #FEF6DB
RGB
CMYK
RGB Variations
Color information
#FEF6DB (or 0xFEF6DB) is known color: Corn Silk. HEX triplet: FE, F6 and DB. RGB value is (254,246,219). Sum of RGB (Red+Green+Blue) = 254+246+219=719 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.33% from 719); Green value is 246 (96.48% from 255 or 34.21% from 719); Blue value is 219 (85.94% from 255 or 30.46% from 719); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF6DB is #010924. Grayscale: #F5F5F5. Windows color (decimal): -67877 or 14415614. OLE color: 14415614.
HSL color Cylindrical-coordinate representation of color #FEF6DB: hue angle of 46.29º 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 #FEF6DB is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 219 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.00 |
| HSL | 46.29º | 0.95% | 0.93% | - |
| HSV(B) | 46.29º | 0.14% | 1% | - |
| XYZ | 86.62 | 92.1 | 80.23 | - |
| YUV | 245.31 | 113.15 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 219 | 0 | 0.03 | 0.14 | 0.00 | 46.29 | 0.95 | 0.93 |
| Hex | FE | F6 | DB | 0 | 3 | E | 0 | 2E | 5F | 5D |
| Octal | 376 | 366 | 333 | 0 | 3 | 16 | 0 | 56 | 137 | 135 |
| Binary | 11111110 | 11110110 | 11011011 | 0 | 11 | 1110 | 0 | 101110 | 1011111 | 1011101 |
Color Harmonies of #FEF6DB
Complementary color
Monochromatic Colors of #FEF6DB
Black with #FEF6DB
Text Example
Text Example
White with #FEF6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF6DB; }
p { color: rgb(254,246,219); }
H1.HeaderClassName
{
color: #FEF6DB;
}
.AnyTagClassName
{
color: #FEF6DB;
}
</style>
background-color css
<style>
a { background-color: #FEF6DB; }
a { background-color: rgb(254,246,219); }
div.DivClassName
{
background-color: #FEF6DB;
}
.BgClassName
{
background-color: #FEF6DB;
}
</style>
border-color css
<style>
span { border-color: #FEF6DB; }
span { border-color: rgb(254,246,219); }
td.TdClassName
{
border-color: #FEF6DB;
}
.TagClassName
{
border-color: #FEF6DB;
}
</style>