Shades of Corn Field #FAF2BD
Tints of Corn Field #FAF2BD
RGB
CMYK
RGB Variations
Color information
#FAF2BD (or 0xFAF2BD) is known color: Corn Field. HEX triplet: FA, F2 and BD. RGB value is (250,242,189). Sum of RGB (Red+Green+Blue) = 250+242+189=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 242 (94.92% from 255 or 35.54% from 681); Blue value is 189 (74.22% from 255 or 27.75% from 681); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF2BD is #050D42. Grayscale: #EEEEEE. Windows color (decimal): -331075 or 12448506. OLE color: 12448506.
HSL color Cylindrical-coordinate representation of color #FAF2BD: hue angle of 52.13º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FAF2BD is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 242 | 189 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.02 |
| HSL | 52.13º | 0.86% | 0.86% | - |
| HSV(B) | 52.13º | 0.24% | 0.98% | - |
| XYZ | 80.36 | 87.5 | 60.8 | - |
| YUV | 238.35 | 100.15 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 242 | 189 | 0 | 0.03 | 0.24 | 0.02 | 52.13 | 0.86 | 0.86 |
| Hex | FA | F2 | BD | 0 | 3 | 18 | 2 | 34 | 56 | 56 |
| Octal | 372 | 362 | 275 | 0 | 3 | 30 | 2 | 64 | 126 | 126 |
| Binary | 11111010 | 11110010 | 10111101 | 0 | 11 | 11000 | 10 | 110100 | 1010110 | 1010110 |
Color Harmonies of #FAF2BD
Complementary color
Monochromatic Colors of #FAF2BD
Black with #FAF2BD
Text Example
Text Example
White with #FAF2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF2BD; }
p { color: rgb(250,242,189); }
H1.HeaderClassName
{
color: #FAF2BD;
}
.AnyTagClassName
{
color: #FAF2BD;
}
</style>
background-color css
<style>
a { background-color: #FAF2BD; }
a { background-color: rgb(250,242,189); }
div.DivClassName
{
background-color: #FAF2BD;
}
.BgClassName
{
background-color: #FAF2BD;
}
</style>
border-color css
<style>
span { border-color: #FAF2BD; }
span { border-color: rgb(250,242,189); }
td.TdClassName
{
border-color: #FAF2BD;
}
.TagClassName
{
border-color: #FAF2BD;
}
</style>