Shades of Corn Silk #FBF6DB
Tints of Corn Silk #FBF6DB
RGB
CMYK
RGB Variations
Color information
#FBF6DB (or 0xFBF6DB) is known color: Corn Silk. HEX triplet: FB, F6 and DB. RGB value is (251,246,219). Sum of RGB (Red+Green+Blue) = 251+246+219=716 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.06% from 716); Green value is 246 (96.48% from 255 or 34.36% from 716); Blue value is 219 (85.94% from 255 or 30.59% from 716); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF6DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF6DB is #040924. Grayscale: #F4F4F4. Windows color (decimal): -264485 or 14415611. OLE color: 14415611.
HSL color Cylindrical-coordinate representation of color #FBF6DB: hue angle of 50.62º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FBF6DB is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 246 | 219 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.02 |
| HSL | 50.63º | 0.8% | 0.92% | - |
| HSV(B) | 50.63º | 0.13% | 0.98% | - |
| XYZ | 85.53 | 91.54 | 80.18 | - |
| YUV | 244.42 | 113.66 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 246 | 219 | 0 | 0.02 | 0.13 | 0.02 | 50.63 | 0.8 | 0.92 |
| Hex | FB | F6 | DB | 0 | 2 | D | 2 | 33 | 50 | 5C |
| Octal | 373 | 366 | 333 | 0 | 2 | 15 | 2 | 63 | 120 | 134 |
| Binary | 11111011 | 11110110 | 11011011 | 0 | 10 | 1101 | 10 | 110011 | 1010000 | 1011100 |
Color Harmonies of #FBF6DB
Complementary color
Monochromatic Colors of #FBF6DB
Black with #FBF6DB
Text Example
Text Example
White with #FBF6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF6DB; }
p { color: rgb(251,246,219); }
H1.HeaderClassName
{
color: #FBF6DB;
}
.AnyTagClassName
{
color: #FBF6DB;
}
</style>
background-color css
<style>
a { background-color: #FBF6DB; }
a { background-color: rgb(251,246,219); }
div.DivClassName
{
background-color: #FBF6DB;
}
.BgClassName
{
background-color: #FBF6DB;
}
</style>
border-color css
<style>
span { border-color: #FBF6DB; }
span { border-color: rgb(251,246,219); }
td.TdClassName
{
border-color: #FBF6DB;
}
.TagClassName
{
border-color: #FBF6DB;
}
</style>