Shades of Corn Silk #FEF9DB
Tints of Corn Silk #FEF9DB
RGB
CMYK
RGB Variations
Color information
#FEF9DB (or 0xFEF9DB) is known color: Corn Silk. HEX triplet: FE, F9 and DB. RGB value is (254,249,219). Sum of RGB (Red+Green+Blue) = 254+249+219=722 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.18% from 722); Green value is 249 (97.66% from 255 or 34.49% from 722); Blue value is 219 (85.94% from 255 or 30.33% from 722); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF9DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF9DB is #010624. Grayscale: #F7F7F7. Windows color (decimal): -67109 or 14416382. OLE color: 14416382.
HSL color Cylindrical-coordinate representation of color #FEF9DB: hue angle of 51.43º 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 #FEF9DB is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 249 | 219 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.00 |
| HSL | 51.43º | 0.95% | 0.93% | - |
| HSV(B) | 51.43º | 0.14% | 1% | - |
| XYZ | 87.53 | 93.94 | 80.54 | - |
| YUV | 247.08 | 112.16 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 249 | 219 | 0 | 0.02 | 0.14 | 0.00 | 51.43 | 0.95 | 0.93 |
| Hex | FE | F9 | DB | 0 | 2 | E | 0 | 33 | 5F | 5D |
| Octal | 376 | 371 | 333 | 0 | 2 | 16 | 0 | 63 | 137 | 135 |
| Binary | 11111110 | 11111001 | 11011011 | 0 | 10 | 1110 | 0 | 110011 | 1011111 | 1011101 |
Color Harmonies of #FEF9DB
Complementary color
Monochromatic Colors of #FEF9DB
Black with #FEF9DB
Text Example
Text Example
White with #FEF9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF9DB; }
p { color: rgb(254,249,219); }
H1.HeaderClassName
{
color: #FEF9DB;
}
.AnyTagClassName
{
color: #FEF9DB;
}
</style>
background-color css
<style>
a { background-color: #FEF9DB; }
a { background-color: rgb(254,249,219); }
div.DivClassName
{
background-color: #FEF9DB;
}
.BgClassName
{
background-color: #FEF9DB;
}
</style>
border-color css
<style>
span { border-color: #FEF9DB; }
span { border-color: rgb(254,249,219); }
td.TdClassName
{
border-color: #FEF9DB;
}
.TagClassName
{
border-color: #FEF9DB;
}
</style>