Shades of Corn Silk #FFFBDF
Tints of Corn Silk #FFFBDF
RGB
CMYK
RGB Variations
Color information
#FFFBDF (or 0xFFFBDF) is known color: Corn Silk. HEX triplet: FF, FB and DF. RGB value is (255,251,223). Sum of RGB (Red+Green+Blue) = 255+251+223=729 (96% of max value = 765). Red value is 255 (100% from 255 or 34.98% from 729); Green value is 251 (98.44% from 255 or 34.43% from 729); Blue value is 223 (87.5% from 255 or 30.59% from 729); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFBDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFBDF is #000420. Grayscale: #F9F9F9. Windows color (decimal): -1057 or 14679039. OLE color: 14679039.
HSL color Cylindrical-coordinate representation of color #FFFBDF: hue angle of 52.5º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFFBDF is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 251 | 223 | - |
| CMYK | 0 | 0.02 | 0.13 | 0 |
| HSL | 52.5º | 1% | 0.94% | - |
| HSV(B) | 52.5º | 0.13% | 1% | - |
| XYZ | 89.06 | 95.58 | 83.57 | - |
| YUV | 249 | 113.33 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 251 | 223 | 0 | 0.02 | 0.13 | 0 | 52.5 | 1 | 0.94 |
| Hex | FF | FB | DF | 0 | 2 | D | 0 | 34 | 64 | 5E |
| Octal | 377 | 373 | 337 | 0 | 2 | 15 | 0 | 64 | 144 | 136 |
| Binary | 11111111 | 11111011 | 11011111 | 0 | 10 | 1101 | 0 | 110100 | 1100100 | 1011110 |
Color Harmonies of #FFFBDF
Complementary color
Monochromatic Colors of #FFFBDF
Black with #FFFBDF
Text Example
Text Example
White with #FFFBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFBDF; }
p { color: rgb(255,251,223); }
H1.HeaderClassName
{
color: #FFFBDF;
}
.AnyTagClassName
{
color: #FFFBDF;
}
</style>
background-color css
<style>
a { background-color: #FFFBDF; }
a { background-color: rgb(255,251,223); }
div.DivClassName
{
background-color: #FFFBDF;
}
.BgClassName
{
background-color: #FFFBDF;
}
</style>
border-color css
<style>
span { border-color: #FFFBDF; }
span { border-color: rgb(255,251,223); }
td.TdClassName
{
border-color: #FFFBDF;
}
.TagClassName
{
border-color: #FFFBDF;
}
</style>