Shades of Corn Silk #FFF8DB
Tints of Corn Silk #FFF8DB
RGB
CMYK
RGB Variations
Color information
#FFF8DB (or 0xFFF8DB) is known color: Corn Silk. HEX triplet: FF, F8 and DB. RGB value is (255,248,219). Sum of RGB (Red+Green+Blue) = 255+248+219=722 (95% of max value = 765). Red value is 255 (100% from 255 or 35.32% from 722); Green value is 248 (97.27% from 255 or 34.35% from 722); Blue value is 219 (85.94% from 255 or 30.33% from 722); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF8DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF8DB is #000724. Grayscale: #F6F6F6. Windows color (decimal): -1829 or 14416127. OLE color: 14416127.
HSL color Cylindrical-coordinate representation of color #FFF8DB: hue angle of 48.33º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FFF8DB is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 219 | - |
| CMYK | 0 | 0.03 | 0.14 | 0 |
| HSL | 48.33º | 1% | 0.93% | - |
| HSV(B) | 48.33º | 0.14% | 1% | - |
| XYZ | 87.59 | 93.51 | 80.45 | - |
| YUV | 246.79 | 112.32 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 219 | 0 | 0.03 | 0.14 | 0 | 48.33 | 1 | 0.93 |
| Hex | FF | F8 | DB | 0 | 3 | E | 0 | 30 | 64 | 5D |
| Octal | 377 | 370 | 333 | 0 | 3 | 16 | 0 | 60 | 144 | 135 |
| Binary | 11111111 | 11111000 | 11011011 | 0 | 11 | 1110 | 0 | 110000 | 1100100 | 1011101 |
Color Harmonies of #FFF8DB
Complementary color
Monochromatic Colors of #FFF8DB
Black with #FFF8DB
Text Example
Text Example
White with #FFF8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF8DB; }
p { color: rgb(255,248,219); }
H1.HeaderClassName
{
color: #FFF8DB;
}
.AnyTagClassName
{
color: #FFF8DB;
}
</style>
background-color css
<style>
a { background-color: #FFF8DB; }
a { background-color: rgb(255,248,219); }
div.DivClassName
{
background-color: #FFF8DB;
}
.BgClassName
{
background-color: #FFF8DB;
}
</style>
border-color css
<style>
span { border-color: #FFF8DB; }
span { border-color: rgb(255,248,219); }
td.TdClassName
{
border-color: #FFF8DB;
}
.TagClassName
{
border-color: #FFF8DB;
}
</style>