Shades of Corn Silk #FFFBE0
Tints of Corn Silk #FFFBE0
RGB
CMYK
RGB Variations
Color information
#FFFBE0 (or 0xFFFBE0) is known color: Corn Silk. HEX triplet: FF, FB and E0. RGB value is (255,251,224). Sum of RGB (Red+Green+Blue) = 255+251+224=730 (96% of max value = 765). Red value is 255 (100% from 255 or 34.93% from 730); Green value is 251 (98.44% from 255 or 34.38% from 730); Blue value is 224 (87.89% from 255 or 30.68% from 730); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFBE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFBE0 is #00041F. Grayscale: #F9F9F9. Windows color (decimal): -1056 or 14744575. OLE color: 14744575.
HSL color Cylindrical-coordinate representation of color #FFFBE0: hue angle of 52.26º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FFFBE0 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 251 | 224 | - |
| CMYK | 0 | 0.02 | 0.12 | 0 |
| HSL | 52.26º | 1% | 0.94% | - |
| HSV(B) | 52.26º | 0.12% | 1% | - |
| XYZ | 89.19 | 95.64 | 84.28 | - |
| YUV | 249.12 | 113.83 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 251 | 224 | 0 | 0.02 | 0.12 | 0 | 52.26 | 1 | 0.94 |
| Hex | FF | FB | E0 | 0 | 2 | C | 0 | 34 | 64 | 5E |
| Octal | 377 | 373 | 340 | 0 | 2 | 14 | 0 | 64 | 144 | 136 |
| Binary | 11111111 | 11111011 | 11100000 | 0 | 10 | 1100 | 0 | 110100 | 1100100 | 1011110 |
Color Harmonies of #FFFBE0
Complementary color
Monochromatic Colors of #FFFBE0
Black with #FFFBE0
Text Example
Text Example
White with #FFFBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFBE0; }
p { color: rgb(255,251,224); }
H1.HeaderClassName
{
color: #FFFBE0;
}
.AnyTagClassName
{
color: #FFFBE0;
}
</style>
background-color css
<style>
a { background-color: #FFFBE0; }
a { background-color: rgb(255,251,224); }
div.DivClassName
{
background-color: #FFFBE0;
}
.BgClassName
{
background-color: #FFFBE0;
}
</style>
border-color css
<style>
span { border-color: #FFFBE0; }
span { border-color: rgb(255,251,224); }
td.TdClassName
{
border-color: #FFFBE0;
}
.TagClassName
{
border-color: #FFFBE0;
}
</style>