Shades of Corn Silk #FFFBDB
Tints of Corn Silk #FFFBDB
RGB
CMYK
RGB Variations
Color information
#FFFBDB (or 0xFFFBDB) is known color: Corn Silk. HEX triplet: FF, FB and DB. RGB value is (255,251,219). Sum of RGB (Red+Green+Blue) = 255+251+219=725 (96% of max value = 765). Red value is 255 (100% from 255 or 35.17% from 725); Green value is 251 (98.44% from 255 or 34.62% from 725); Blue value is 219 (85.94% from 255 or 30.21% from 725); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFBDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFBDB is #000424. Grayscale: #F8F8F8. Windows color (decimal): -1061 or 14416895. OLE color: 14416895.
HSL color Cylindrical-coordinate representation of color #FFFBDB: hue angle of 53.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 #FFFBDB is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 251 | 219 | - |
| CMYK | 0 | 0.02 | 0.14 | 0 |
| HSL | 53.33º | 1% | 0.93% | - |
| HSV(B) | 53.33º | 0.14% | 1% | - |
| XYZ | 88.52 | 95.37 | 80.76 | - |
| YUV | 248.55 | 111.33 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 251 | 219 | 0 | 0.02 | 0.14 | 0 | 53.33 | 1 | 0.93 |
| Hex | FF | FB | DB | 0 | 2 | E | 0 | 35 | 64 | 5D |
| Octal | 377 | 373 | 333 | 0 | 2 | 16 | 0 | 65 | 144 | 135 |
| Binary | 11111111 | 11111011 | 11011011 | 0 | 10 | 1110 | 0 | 110101 | 1100100 | 1011101 |
Color Harmonies of #FFFBDB
Complementary color
Monochromatic Colors of #FFFBDB
Black with #FFFBDB
Text Example
Text Example
White with #FFFBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFBDB; }
p { color: rgb(255,251,219); }
H1.HeaderClassName
{
color: #FFFBDB;
}
.AnyTagClassName
{
color: #FFFBDB;
}
</style>
background-color css
<style>
a { background-color: #FFFBDB; }
a { background-color: rgb(255,251,219); }
div.DivClassName
{
background-color: #FFFBDB;
}
.BgClassName
{
background-color: #FFFBDB;
}
</style>
border-color css
<style>
span { border-color: #FFFBDB; }
span { border-color: rgb(255,251,219); }
td.TdClassName
{
border-color: #FFFBDB;
}
.TagClassName
{
border-color: #FFFBDB;
}
</style>