Shades of Corn Field #FAF2BB
Tints of Corn Field #FAF2BB
RGB
CMYK
RGB Variations
Color information
#FAF2BB (or 0xFAF2BB) is known color: Corn Field. HEX triplet: FA, F2 and BB. RGB value is (250,242,187). Sum of RGB (Red+Green+Blue) = 250+242+187=679 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.82% from 679); Green value is 242 (94.92% from 255 or 35.64% from 679); Blue value is 187 (73.44% from 255 or 27.54% from 679); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF2BB is #050D44. Grayscale: #EEEEEE. Windows color (decimal): -331077 or 12317434. OLE color: 12317434.
HSL color Cylindrical-coordinate representation of color #FAF2BB: hue angle of 52.38º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FAF2BB is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 187 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.02 |
| HSL | 52.38º | 0.86% | 0.86% | - |
| HSV(B) | 52.38º | 0.25% | 0.98% | - |
| XYZ | 80.15 | 87.42 | 59.66 | - |
| YUV | 238.12 | 99.15 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 187 | 0 | 0.03 | 0.25 | 0.02 | 52.38 | 0.86 | 0.86 |
| Hex | FA | F2 | BB | 0 | 3 | 19 | 2 | 34 | 56 | 56 |
| Octal | 372 | 362 | 273 | 0 | 3 | 31 | 2 | 64 | 126 | 126 |
| Binary | 11111010 | 11110010 | 10111011 | 0 | 11 | 11001 | 10 | 110100 | 1010110 | 1010110 |
Color Harmonies of #FAF2BB
Complementary color
Monochromatic Colors of #FAF2BB
Black with #FAF2BB
Text Example
Text Example
White with #FAF2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF2BB; }
p { color: rgb(250,242,187); }
H1.HeaderClassName
{
color: #FAF2BB;
}
.AnyTagClassName
{
color: #FAF2BB;
}
</style>
background-color css
<style>
a { background-color: #FAF2BB; }
a { background-color: rgb(250,242,187); }
div.DivClassName
{
background-color: #FAF2BB;
}
.BgClassName
{
background-color: #FAF2BB;
}
</style>
border-color css
<style>
span { border-color: #FAF2BB; }
span { border-color: rgb(250,242,187); }
td.TdClassName
{
border-color: #FAF2BB;
}
.TagClassName
{
border-color: #FAF2BB;
}
</style>