Shades of Corn Silk #FBF6E1
Tints of Corn Silk #FBF6E1
RGB
CMYK
RGB Variations
Color information
#FBF6E1 (or 0xFBF6E1) is known color: Corn Silk. HEX triplet: FB, F6 and E1. RGB value is (251,246,225). Sum of RGB (Red+Green+Blue) = 251+246+225=722 (95% of max value = 765). Red value is 251 (98.44% from 255 or 34.76% from 722); Green value is 246 (96.48% from 255 or 34.07% from 722); Blue value is 225 (88.28% from 255 or 31.16% from 722); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF6E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF6E1 is #04091E. Grayscale: #F5F5F5. Windows color (decimal): -264479 or 14808827. OLE color: 14808827.
HSL color Cylindrical-coordinate representation of color #FBF6E1: hue angle of 48.46º degrees, saturation: 0.76, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FBF6E1 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 246 | 225 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.02 |
| HSL | 48.46º | 0.76% | 0.93% | - |
| HSV(B) | 48.46º | 0.1% | 0.98% | - |
| XYZ | 86.33 | 91.86 | 84.41 | - |
| YUV | 245.1 | 116.66 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 246 | 225 | 0 | 0.02 | 0.10 | 0.02 | 48.46 | 0.76 | 0.93 |
| Hex | FB | F6 | E1 | 0 | 2 | A | 2 | 30 | 4C | 5D |
| Octal | 373 | 366 | 341 | 0 | 2 | 12 | 2 | 60 | 114 | 135 |
| Binary | 11111011 | 11110110 | 11100001 | 0 | 10 | 1010 | 10 | 110000 | 1001100 | 1011101 |
Color Harmonies of #FBF6E1
Complementary color
Monochromatic Colors of #FBF6E1
Black with #FBF6E1
Text Example
Text Example
White with #FBF6E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF6E1; }
p { color: rgb(251,246,225); }
H1.HeaderClassName
{
color: #FBF6E1;
}
.AnyTagClassName
{
color: #FBF6E1;
}
</style>
background-color css
<style>
a { background-color: #FBF6E1; }
a { background-color: rgb(251,246,225); }
div.DivClassName
{
background-color: #FBF6E1;
}
.BgClassName
{
background-color: #FBF6E1;
}
</style>
border-color css
<style>
span { border-color: #FBF6E1; }
span { border-color: rgb(251,246,225); }
td.TdClassName
{
border-color: #FBF6E1;
}
.TagClassName
{
border-color: #FBF6E1;
}
</style>