Shades of Corn Field #FBF3CA
Tints of Corn Field #FBF3CA
RGB
CMYK
RGB Variations
Color information
#FBF3CA (or 0xFBF3CA) is known color: Corn Field. HEX triplet: FB, F3 and CA. RGB value is (251,243,202). Sum of RGB (Red+Green+Blue) = 251+243+202=696 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.06% from 696); Green value is 243 (95.31% from 255 or 34.91% from 696); Blue value is 202 (79.30% from 255 or 29.02% from 696); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF3CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF3CA is #040C35. Grayscale: #F0F0F0. Windows color (decimal): -265270 or 13300731. OLE color: 13300731.
HSL color Cylindrical-coordinate representation of color #FBF3CA: hue angle of 50.2º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBF3CA is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 243 | 202 | - |
| CMYK | 0 | 0.03 | 0.20 | 0.02 |
| HSL | 50.2º | 0.86% | 0.89% | - |
| HSV(B) | 50.2º | 0.2% | 0.98% | - |
| XYZ | 82.49 | 88.87 | 68.68 | - |
| YUV | 240.72 | 106.15 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 243 | 202 | 0 | 0.03 | 0.20 | 0.02 | 50.2 | 0.86 | 0.89 |
| Hex | FB | F3 | CA | 0 | 3 | 14 | 2 | 32 | 56 | 59 |
| Octal | 373 | 363 | 312 | 0 | 3 | 24 | 2 | 62 | 126 | 131 |
| Binary | 11111011 | 11110011 | 11001010 | 0 | 11 | 10100 | 10 | 110010 | 1010110 | 1011001 |
Color Harmonies of #FBF3CA
Complementary color
Monochromatic Colors of #FBF3CA
Black with #FBF3CA
Text Example
Text Example
White with #FBF3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF3CA; }
p { color: rgb(251,243,202); }
H1.HeaderClassName
{
color: #FBF3CA;
}
.AnyTagClassName
{
color: #FBF3CA;
}
</style>
background-color css
<style>
a { background-color: #FBF3CA; }
a { background-color: rgb(251,243,202); }
div.DivClassName
{
background-color: #FBF3CA;
}
.BgClassName
{
background-color: #FBF3CA;
}
</style>
border-color css
<style>
span { border-color: #FBF3CA; }
span { border-color: rgb(251,243,202); }
td.TdClassName
{
border-color: #FBF3CA;
}
.TagClassName
{
border-color: #FBF3CA;
}
</style>