Shades of Corn Silk #FEFADD
Tints of Corn Silk #FEFADD
RGB
CMYK
RGB Variations
Color information
#FEFADD (or 0xFEFADD) is known color: Corn Silk. HEX triplet: FE, FA and DD. RGB value is (254,250,221). Sum of RGB (Red+Green+Blue) = 254+250+221=725 (96% of max value = 765). Red value is 254 (99.61% from 255 or 35.03% from 725); Green value is 250 (98.05% from 255 or 34.48% from 725); Blue value is 221 (86.72% from 255 or 30.48% from 725); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFADD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFADD is #010522. Grayscale: #F8F8F8. Windows color (decimal): -66851 or 14547710. OLE color: 14547710.
HSL color Cylindrical-coordinate representation of color #FEFADD: hue angle of 52.73º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEFADD is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 221 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.00 |
| HSL | 52.73º | 0.94% | 0.93% | - |
| HSV(B) | 52.73º | 0.13% | 1% | - |
| XYZ | 88.11 | 94.66 | 82.03 | - |
| YUV | 247.89 | 112.83 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 221 | 0 | 0.02 | 0.13 | 0.00 | 52.73 | 0.94 | 0.93 |
| Hex | FE | FA | DD | 0 | 2 | D | 0 | 35 | 5E | 5D |
| Octal | 376 | 372 | 335 | 0 | 2 | 15 | 0 | 65 | 136 | 135 |
| Binary | 11111110 | 11111010 | 11011101 | 0 | 10 | 1101 | 0 | 110101 | 1011110 | 1011101 |
Color Harmonies of #FEFADD
Complementary color
Monochromatic Colors of #FEFADD
Black with #FEFADD
Text Example
Text Example
White with #FEFADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFADD; }
p { color: rgb(254,250,221); }
H1.HeaderClassName
{
color: #FEFADD;
}
.AnyTagClassName
{
color: #FEFADD;
}
</style>
background-color css
<style>
a { background-color: #FEFADD; }
a { background-color: rgb(254,250,221); }
div.DivClassName
{
background-color: #FEFADD;
}
.BgClassName
{
background-color: #FEFADD;
}
</style>
border-color css
<style>
span { border-color: #FEFADD; }
span { border-color: rgb(254,250,221); }
td.TdClassName
{
border-color: #FEFADD;
}
.TagClassName
{
border-color: #FEFADD;
}
</style>