Shades of Corn Silk #FDF9E9
Tints of Corn Silk #FDF9E9
RGB
CMYK
RGB Variations
Color information
#FDF9E9 (or 0xFDF9E9) is known color: Corn Silk. HEX triplet: FD, F9 and E9. RGB value is (253,249,233). Sum of RGB (Red+Green+Blue) = 253+249+233=735 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.42% from 735); Green value is 249 (97.66% from 255 or 33.88% from 735); Blue value is 233 (91.41% from 255 or 31.70% from 735); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF9E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF9E9 is #020616. Grayscale: #F8F8F8. Windows color (decimal): -132631 or 15333885. OLE color: 15333885.
HSL color Cylindrical-coordinate representation of color #FDF9E9: hue angle of 48º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FDF9E9 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 249 | 233 | - |
CMYK | 0 | 0.02 | 0.08 | 0.01 |
HSL | 48º | 0.83% | 0.95% | - |
HSV(B) | 48º | 0.08% | 0.99% | - |
XYZ | 89.09 | 94.52 | 90.64 | - |
YUV | 248.37 | 119.33 | 131.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 249 | 233 | 0 | 0.02 | 0.08 | 0.01 | 48 | 0.83 | 0.95 |
Hex | FD | F9 | E9 | 0 | 2 | 8 | 1 | 30 | 53 | 5F |
Octal | 375 | 371 | 351 | 0 | 2 | 10 | 1 | 60 | 123 | 137 |
Binary | 11111101 | 11111001 | 11101001 | 0 | 10 | 1000 | 1 | 110000 | 1010011 | 1011111 |
Color Harmonies of #FDF9E9
Complementary color
Monochromatic Colors of #FDF9E9
Black with #FDF9E9
Text Example
Text Example
White with #FDF9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF9E9; }
p { color: rgb(253,249,233); }
H1.HeaderClassName
{
color: #FDF9E9;
}
.AnyTagClassName
{
color: #FDF9E9;
}
</style>
background-color css
<style>
a { background-color: #FDF9E9; }
a { background-color: rgb(253,249,233); }
div.DivClassName
{
background-color: #FDF9E9;
}
.BgClassName
{
background-color: #FDF9E9;
}
</style>
border-color css
<style>
span { border-color: #FDF9E9; }
span { border-color: rgb(253,249,233); }
td.TdClassName
{
border-color: #FDF9E9;
}
.TagClassName
{
border-color: #FDF9E9;
}
</style>