Shades of Corn Field #FBF3C2
Tints of Corn Field #FBF3C2
RGB
CMYK
RGB Variations
Color information
#FBF3C2 (or 0xFBF3C2) is known color: Corn Field. HEX triplet: FB, F3 and C2. RGB value is (251,243,194). Sum of RGB (Red+Green+Blue) = 251+243+194=688 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.48% from 688); Green value is 243 (95.31% from 255 or 35.32% from 688); Blue value is 194 (76.17% from 255 or 28.20% from 688); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF3C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF3C2 is #040C3D. Grayscale: #F0F0F0. Windows color (decimal): -265278 or 12776443. OLE color: 12776443.
HSL color Cylindrical-coordinate representation of color #FBF3C2: hue angle of 51.58º 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 #FBF3C2 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 243 | 194 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.02 |
| HSL | 51.58º | 0.88% | 0.87% | - |
| HSV(B) | 51.58º | 0.23% | 0.98% | - |
| XYZ | 81.57 | 88.51 | 63.82 | - |
| YUV | 239.81 | 102.15 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 243 | 194 | 0 | 0.03 | 0.23 | 0.02 | 51.58 | 0.88 | 0.87 |
| Hex | FB | F3 | C2 | 0 | 3 | 17 | 2 | 34 | 58 | 57 |
| Octal | 373 | 363 | 302 | 0 | 3 | 27 | 2 | 64 | 130 | 127 |
| Binary | 11111011 | 11110011 | 11000010 | 0 | 11 | 10111 | 10 | 110100 | 1011000 | 1010111 |
Color Harmonies of #FBF3C2
Complementary color
Monochromatic Colors of #FBF3C2
Black with #FBF3C2
Text Example
Text Example
White with #FBF3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF3C2; }
p { color: rgb(251,243,194); }
H1.HeaderClassName
{
color: #FBF3C2;
}
.AnyTagClassName
{
color: #FBF3C2;
}
</style>
background-color css
<style>
a { background-color: #FBF3C2; }
a { background-color: rgb(251,243,194); }
div.DivClassName
{
background-color: #FBF3C2;
}
.BgClassName
{
background-color: #FBF3C2;
}
</style>
border-color css
<style>
span { border-color: #FBF3C2; }
span { border-color: rgb(251,243,194); }
td.TdClassName
{
border-color: #FBF3C2;
}
.TagClassName
{
border-color: #FBF3C2;
}
</style>