Shades of Corn Field #FFFBC1
Tints of Corn Field #FFFBC1
RGB
CMYK
RGB Variations
Color information
#FFFBC1 (or 0xFFFBC1) is known color: Corn Field. HEX triplet: FF, FB and C1. RGB value is (255,251,193). Sum of RGB (Red+Green+Blue) = 255+251+193=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 251 (98.44% from 255 or 35.91% from 699); Blue value is 193 (75.78% from 255 or 27.61% from 699); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFBC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFBC1 is #00043E. Grayscale: #F5F5F5. Windows color (decimal): -1087 or 12712959. OLE color: 12712959.
HSL color Cylindrical-coordinate representation of color #FFFBC1: hue angle of 56.13º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFFBC1 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 251 | 193 | - |
| CMYK | 0 | 0.02 | 0.24 | 0 |
| HSL | 56.13º | 1% | 0.88% | - |
| HSV(B) | 56.13º | 0.24% | 1% | - |
| XYZ | 85.36 | 94.1 | 64.12 | - |
| YUV | 245.58 | 98.33 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 251 | 193 | 0 | 0.02 | 0.24 | 0 | 56.13 | 1 | 0.88 |
| Hex | FF | FB | C1 | 0 | 2 | 18 | 0 | 38 | 64 | 58 |
| Octal | 377 | 373 | 301 | 0 | 2 | 30 | 0 | 70 | 144 | 130 |
| Binary | 11111111 | 11111011 | 11000001 | 0 | 10 | 11000 | 0 | 111000 | 1100100 | 1011000 |
Color Harmonies of #FFFBC1
Complementary color
Monochromatic Colors of #FFFBC1
Black with #FFFBC1
Text Example
Text Example
White with #FFFBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFBC1; }
p { color: rgb(255,251,193); }
H1.HeaderClassName
{
color: #FFFBC1;
}
.AnyTagClassName
{
color: #FFFBC1;
}
</style>
background-color css
<style>
a { background-color: #FFFBC1; }
a { background-color: rgb(255,251,193); }
div.DivClassName
{
background-color: #FFFBC1;
}
.BgClassName
{
background-color: #FFFBC1;
}
</style>
border-color css
<style>
span { border-color: #FFFBC1; }
span { border-color: rgb(255,251,193); }
td.TdClassName
{
border-color: #FFFBC1;
}
.TagClassName
{
border-color: #FFFBC1;
}
</style>