Shades of Corn Silk #FBF7E5
Tints of Corn Silk #FBF7E5
RGB
CMYK
RGB Variations
Color information
#FBF7E5 (or 0xFBF7E5) is known color: Corn Silk. HEX triplet: FB, F7 and E5. RGB value is (251,247,229). Sum of RGB (Red+Green+Blue) = 251+247+229=727 (96% of max value = 765). Red value is 251 (98.44% from 255 or 34.53% from 727); Green value is 247 (96.88% from 255 or 33.98% from 727); Blue value is 229 (89.84% from 255 or 31.50% from 727); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF7E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF7E5 is #04081A. Grayscale: #F6F6F6. Windows color (decimal): -264219 or 15071227. OLE color: 15071227.
HSL color Cylindrical-coordinate representation of color #FBF7E5: hue angle of 49.09º degrees, saturation: 0.73, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FBF7E5 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 247 | 229 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.02 |
| HSL | 49.09º | 0.73% | 0.94% | - |
| HSV(B) | 49.09º | 0.09% | 0.98% | - |
| XYZ | 87.19 | 92.69 | 87.42 | - |
| YUV | 246.14 | 118.33 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 247 | 229 | 0 | 0.02 | 0.09 | 0.02 | 49.09 | 0.73 | 0.94 |
| Hex | FB | F7 | E5 | 0 | 2 | 9 | 2 | 31 | 49 | 5E |
| Octal | 373 | 367 | 345 | 0 | 2 | 11 | 2 | 61 | 111 | 136 |
| Binary | 11111011 | 11110111 | 11100101 | 0 | 10 | 1001 | 10 | 110001 | 1001001 | 1011110 |
Color Harmonies of #FBF7E5
Complementary color
Monochromatic Colors of #FBF7E5
Black with #FBF7E5
Text Example
Text Example
White with #FBF7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF7E5; }
p { color: rgb(251,247,229); }
H1.HeaderClassName
{
color: #FBF7E5;
}
.AnyTagClassName
{
color: #FBF7E5;
}
</style>
background-color css
<style>
a { background-color: #FBF7E5; }
a { background-color: rgb(251,247,229); }
div.DivClassName
{
background-color: #FBF7E5;
}
.BgClassName
{
background-color: #FBF7E5;
}
</style>
border-color css
<style>
span { border-color: #FBF7E5; }
span { border-color: rgb(251,247,229); }
td.TdClassName
{
border-color: #FBF7E5;
}
.TagClassName
{
border-color: #FBF7E5;
}
</style>