Shades of Corn Field #FFFBC2
Tints of Corn Field #FFFBC2
RGB
CMYK
RGB Variations
Color information
#FFFBC2 (or 0xFFFBC2) is known color: Corn Field. HEX triplet: FF, FB and C2. RGB value is (255,251,194). Sum of RGB (Red+Green+Blue) = 255+251+194=700 (92% of max value = 765). Red value is 255 (100% from 255 or 36.43% from 700); Green value is 251 (98.44% from 255 or 35.86% from 700); Blue value is 194 (76.17% from 255 or 27.71% from 700); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFBC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFBC2 is #00043D. Grayscale: #F5F5F5. Windows color (decimal): -1086 or 12778495. OLE color: 12778495.
HSL color Cylindrical-coordinate representation of color #FFFBC2: hue angle of 56.07º 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 #FFFBC2 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 251 | 194 | - |
| CMYK | 0 | 0.02 | 0.24 | 0 |
| HSL | 56.07º | 1% | 0.88% | - |
| HSV(B) | 56.07º | 0.24% | 1% | - |
| XYZ | 85.47 | 94.15 | 64.71 | - |
| YUV | 245.7 | 98.83 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 251 | 194 | 0 | 0.02 | 0.24 | 0 | 56.07 | 1 | 0.88 |
| Hex | FF | FB | C2 | 0 | 2 | 18 | 0 | 38 | 64 | 58 |
| Octal | 377 | 373 | 302 | 0 | 2 | 30 | 0 | 70 | 144 | 130 |
| Binary | 11111111 | 11111011 | 11000010 | 0 | 10 | 11000 | 0 | 111000 | 1100100 | 1011000 |
Color Harmonies of #FFFBC2
Complementary color
Monochromatic Colors of #FFFBC2
Black with #FFFBC2
Text Example
Text Example
White with #FFFBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFBC2; }
p { color: rgb(255,251,194); }
H1.HeaderClassName
{
color: #FFFBC2;
}
.AnyTagClassName
{
color: #FFFBC2;
}
</style>
background-color css
<style>
a { background-color: #FFFBC2; }
a { background-color: rgb(255,251,194); }
div.DivClassName
{
background-color: #FFFBC2;
}
.BgClassName
{
background-color: #FFFBC2;
}
</style>
border-color css
<style>
span { border-color: #FFFBC2; }
span { border-color: rgb(255,251,194); }
td.TdClassName
{
border-color: #FFFBC2;
}
.TagClassName
{
border-color: #FFFBC2;
}
</style>