Shades of Corn Field #FBF4C2
Tints of Corn Field #FBF4C2
RGB
CMYK
RGB Variations
Color information
#FBF4C2 (or 0xFBF4C2) is known color: Corn Field. HEX triplet: FB, F4 and C2. RGB value is (251,244,194). Sum of RGB (Red+Green+Blue) = 251+244+194=689 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.43% from 689); Green value is 244 (95.70% from 255 or 35.41% from 689); Blue value is 194 (76.17% from 255 or 28.16% from 689); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF4C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF4C2 is #040B3D. Grayscale: #F0F0F0. Windows color (decimal): -265022 or 12776699. OLE color: 12776699.
HSL color Cylindrical-coordinate representation of color #FBF4C2: hue angle of 52.63º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FBF4C2 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 244 | 194 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.02 |
| HSL | 52.63º | 0.88% | 0.87% | - |
| HSV(B) | 52.63º | 0.23% | 0.98% | - |
| XYZ | 81.87 | 89.11 | 63.92 | - |
| YUV | 240.39 | 101.82 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 244 | 194 | 0 | 0.03 | 0.23 | 0.02 | 52.63 | 0.88 | 0.87 |
| Hex | FB | F4 | C2 | 0 | 3 | 17 | 2 | 35 | 58 | 57 |
| Octal | 373 | 364 | 302 | 0 | 3 | 27 | 2 | 65 | 130 | 127 |
| Binary | 11111011 | 11110100 | 11000010 | 0 | 11 | 10111 | 10 | 110101 | 1011000 | 1010111 |
Color Harmonies of #FBF4C2
Complementary color
Monochromatic Colors of #FBF4C2
Black with #FBF4C2
Text Example
Text Example
White with #FBF4C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF4C2; }
p { color: rgb(251,244,194); }
H1.HeaderClassName
{
color: #FBF4C2;
}
.AnyTagClassName
{
color: #FBF4C2;
}
</style>
background-color css
<style>
a { background-color: #FBF4C2; }
a { background-color: rgb(251,244,194); }
div.DivClassName
{
background-color: #FBF4C2;
}
.BgClassName
{
background-color: #FBF4C2;
}
</style>
border-color css
<style>
span { border-color: #FBF4C2; }
span { border-color: rgb(251,244,194); }
td.TdClassName
{
border-color: #FBF4C2;
}
.TagClassName
{
border-color: #FBF4C2;
}
</style>