Shades of Corn Silk #FDF7DB
Tints of Corn Silk #FDF7DB
RGB
CMYK
RGB Variations
Color information
#FDF7DB (or 0xFDF7DB) is known color: Corn Silk. HEX triplet: FD, F7 and DB. RGB value is (253,247,219). Sum of RGB (Red+Green+Blue) = 253+247+219=719 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.19% from 719); Green value is 247 (96.88% from 255 or 34.35% from 719); Blue value is 219 (85.94% from 255 or 30.46% from 719); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF7DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF7DB is #020824. Grayscale: #F5F5F5. Windows color (decimal): -133157 or 14415869. OLE color: 14415869.
HSL color Cylindrical-coordinate representation of color #FDF7DB: hue angle of 49.41º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDF7DB is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 247 | 219 | - |
CMYK | 0 | 0.02 | 0.13 | 0.01 |
HSL | 49.41º | 0.89% | 0.93% | - |
HSV(B) | 49.41º | 0.13% | 0.99% | - |
XYZ | 86.55 | 92.52 | 80.31 | - |
YUV | 245.6 | 112.99 | 133.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 247 | 219 | 0 | 0.02 | 0.13 | 0.01 | 49.41 | 0.89 | 0.93 |
Hex | FD | F7 | DB | 0 | 2 | D | 1 | 31 | 59 | 5D |
Octal | 375 | 367 | 333 | 0 | 2 | 15 | 1 | 61 | 131 | 135 |
Binary | 11111101 | 11110111 | 11011011 | 0 | 10 | 1101 | 1 | 110001 | 1011001 | 1011101 |
Color Harmonies of #FDF7DB
Complementary color
Monochromatic Colors of #FDF7DB
Black with #FDF7DB
Text Example
Text Example
White with #FDF7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF7DB; }
p { color: rgb(253,247,219); }
H1.HeaderClassName
{
color: #FDF7DB;
}
.AnyTagClassName
{
color: #FDF7DB;
}
</style>
background-color css
<style>
a { background-color: #FDF7DB; }
a { background-color: rgb(253,247,219); }
div.DivClassName
{
background-color: #FDF7DB;
}
.BgClassName
{
background-color: #FDF7DB;
}
</style>
border-color css
<style>
span { border-color: #FDF7DB; }
span { border-color: rgb(253,247,219); }
td.TdClassName
{
border-color: #FDF7DB;
}
.TagClassName
{
border-color: #FDF7DB;
}
</style>