Shades of Corn Field #FAF5BC
Tints of Corn Field #FAF5BC
RGB
CMYK
RGB Variations
Color information
#FAF5BC (or 0xFAF5BC) is known color: Corn Field. HEX triplet: FA, F5 and BC. RGB value is (250,245,188). Sum of RGB (Red+Green+Blue) = 250+245+188=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 245 (96.09% from 255 or 35.87% from 683); Blue value is 188 (73.83% from 255 or 27.53% from 683); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF5BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF5BC is #050A43. Grayscale: #F0F0F0. Windows color (decimal): -330308 or 12383738. OLE color: 12383738.
HSL color Cylindrical-coordinate representation of color #FAF5BC: hue angle of 55.16º 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 #FAF5BC is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 245 | 188 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.02 |
| HSL | 55.16º | 0.86% | 0.86% | - |
| HSV(B) | 55.16º | 0.25% | 0.98% | - |
| XYZ | 81.15 | 89.26 | 60.53 | - |
| YUV | 240 | 98.66 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 245 | 188 | 0 | 0.02 | 0.25 | 0.02 | 55.16 | 0.86 | 0.86 |
| Hex | FA | F5 | BC | 0 | 2 | 19 | 2 | 37 | 56 | 56 |
| Octal | 372 | 365 | 274 | 0 | 2 | 31 | 2 | 67 | 126 | 126 |
| Binary | 11111010 | 11110101 | 10111100 | 0 | 10 | 11001 | 10 | 110111 | 1010110 | 1010110 |
Color Harmonies of #FAF5BC
Complementary color
Monochromatic Colors of #FAF5BC
Black with #FAF5BC
Text Example
Text Example
White with #FAF5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF5BC; }
p { color: rgb(250,245,188); }
H1.HeaderClassName
{
color: #FAF5BC;
}
.AnyTagClassName
{
color: #FAF5BC;
}
</style>
background-color css
<style>
a { background-color: #FAF5BC; }
a { background-color: rgb(250,245,188); }
div.DivClassName
{
background-color: #FAF5BC;
}
.BgClassName
{
background-color: #FAF5BC;
}
</style>
border-color css
<style>
span { border-color: #FAF5BC; }
span { border-color: rgb(250,245,188); }
td.TdClassName
{
border-color: #FAF5BC;
}
.TagClassName
{
border-color: #FAF5BC;
}
</style>