Shades of Corn Silk #FFF9DB
Tints of Corn Silk #FFF9DB
RGB
CMYK
RGB Variations
Color information
#FFF9DB (or 0xFFF9DB) is known color: Corn Silk. HEX triplet: FF, F9 and DB. RGB value is (255,249,219). Sum of RGB (Red+Green+Blue) = 255+249+219=723 (95% of max value = 765). Red value is 255 (100% from 255 or 35.27% from 723); Green value is 249 (97.66% from 255 or 34.44% from 723); Blue value is 219 (85.94% from 255 or 30.29% from 723); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF9DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF9DB is #000624. Grayscale: #F7F7F7. Windows color (decimal): -1573 or 14416383. OLE color: 14416383.
HSL color Cylindrical-coordinate representation of color #FFF9DB: hue angle of 50º 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 #FFF9DB is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 219 | - |
| CMYK | 0 | 0.02 | 0.14 | 0 |
| HSL | 50º | 1% | 0.93% | - |
| HSV(B) | 50º | 0.14% | 1% | - |
| XYZ | 87.9 | 94.13 | 80.55 | - |
| YUV | 247.37 | 111.99 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 219 | 0 | 0.02 | 0.14 | 0 | 50 | 1 | 0.93 |
| Hex | FF | F9 | DB | 0 | 2 | E | 0 | 32 | 64 | 5D |
| Octal | 377 | 371 | 333 | 0 | 2 | 16 | 0 | 62 | 144 | 135 |
| Binary | 11111111 | 11111001 | 11011011 | 0 | 10 | 1110 | 0 | 110010 | 1100100 | 1011101 |
Color Harmonies of #FFF9DB
Complementary color
Monochromatic Colors of #FFF9DB
Black with #FFF9DB
Text Example
Text Example
White with #FFF9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF9DB; }
p { color: rgb(255,249,219); }
H1.HeaderClassName
{
color: #FFF9DB;
}
.AnyTagClassName
{
color: #FFF9DB;
}
</style>
background-color css
<style>
a { background-color: #FFF9DB; }
a { background-color: rgb(255,249,219); }
div.DivClassName
{
background-color: #FFF9DB;
}
.BgClassName
{
background-color: #FFF9DB;
}
</style>
border-color css
<style>
span { border-color: #FFF9DB; }
span { border-color: rgb(255,249,219); }
td.TdClassName
{
border-color: #FFF9DB;
}
.TagClassName
{
border-color: #FFF9DB;
}
</style>