Shades of Corn Silk #FEFADF
Tints of Corn Silk #FEFADF
RGB
CMYK
RGB Variations
Color information
#FEFADF (or 0xFEFADF) is known color: Corn Silk. HEX triplet: FE, FA and DF. RGB value is (254,250,223). Sum of RGB (Red+Green+Blue) = 254+250+223=727 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.94% from 727); Green value is 250 (98.05% from 255 or 34.39% from 727); Blue value is 223 (87.5% from 255 or 30.67% from 727); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFADF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFADF is #010520. Grayscale: #F8F8F8. Windows color (decimal): -66849 or 14678782. OLE color: 14678782.
HSL color Cylindrical-coordinate representation of color #FEFADF: hue angle of 52.26º 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 #FEFADF is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 223 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.00 |
| HSL | 52.26º | 0.94% | 0.94% | - |
| HSV(B) | 52.26º | 0.12% | 1% | - |
| XYZ | 88.38 | 94.77 | 83.45 | - |
| YUV | 248.12 | 113.83 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 223 | 0 | 0.02 | 0.12 | 0.00 | 52.26 | 0.94 | 0.94 |
| Hex | FE | FA | DF | 0 | 2 | C | 0 | 34 | 5E | 5E |
| Octal | 376 | 372 | 337 | 0 | 2 | 14 | 0 | 64 | 136 | 136 |
| Binary | 11111110 | 11111010 | 11011111 | 0 | 10 | 1100 | 0 | 110100 | 1011110 | 1011110 |
Color Harmonies of #FEFADF
Complementary color
Monochromatic Colors of #FEFADF
Black with #FEFADF
Text Example
Text Example
White with #FEFADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFADF; }
p { color: rgb(254,250,223); }
H1.HeaderClassName
{
color: #FEFADF;
}
.AnyTagClassName
{
color: #FEFADF;
}
</style>
background-color css
<style>
a { background-color: #FEFADF; }
a { background-color: rgb(254,250,223); }
div.DivClassName
{
background-color: #FEFADF;
}
.BgClassName
{
background-color: #FEFADF;
}
</style>
border-color css
<style>
span { border-color: #FEFADF; }
span { border-color: rgb(254,250,223); }
td.TdClassName
{
border-color: #FEFADF;
}
.TagClassName
{
border-color: #FEFADF;
}
</style>