Shades of Corn Field #FFFABF
Tints of Corn Field #FFFABF
RGB
CMYK
RGB Variations
Color information
#FFFABF (or 0xFFFABF) is known color: Corn Field. HEX triplet: FF, FA and BF. RGB value is (255,250,191). Sum of RGB (Red+Green+Blue) = 255+250+191=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 250 (98.05% from 255 or 35.92% from 696); Blue value is 191 (75% from 255 or 27.44% from 696); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFABF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFABF is #000540. Grayscale: #F5F5F5. Windows color (decimal): -1345 or 12581631. OLE color: 12581631.
HSL color Cylindrical-coordinate representation of color #FFFABF: hue angle of 55.31º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFFABF is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 191 | - |
| CMYK | 0 | 0.02 | 0.25 | 0 |
| HSL | 55.31º | 1% | 0.87% | - |
| HSV(B) | 55.31º | 0.25% | 1% | - |
| XYZ | 84.83 | 93.39 | 62.85 | - |
| YUV | 244.77 | 97.66 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 191 | 0 | 0.02 | 0.25 | 0 | 55.31 | 1 | 0.87 |
| Hex | FF | FA | BF | 0 | 2 | 19 | 0 | 37 | 64 | 57 |
| Octal | 377 | 372 | 277 | 0 | 2 | 31 | 0 | 67 | 144 | 127 |
| Binary | 11111111 | 11111010 | 10111111 | 0 | 10 | 11001 | 0 | 110111 | 1100100 | 1010111 |
Color Harmonies of #FFFABF
Complementary color
Monochromatic Colors of #FFFABF
Black with #FFFABF
Text Example
Text Example
White with #FFFABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFABF; }
p { color: rgb(255,250,191); }
H1.HeaderClassName
{
color: #FFFABF;
}
.AnyTagClassName
{
color: #FFFABF;
}
</style>
background-color css
<style>
a { background-color: #FFFABF; }
a { background-color: rgb(255,250,191); }
div.DivClassName
{
background-color: #FFFABF;
}
.BgClassName
{
background-color: #FFFABF;
}
</style>
border-color css
<style>
span { border-color: #FFFABF; }
span { border-color: rgb(255,250,191); }
td.TdClassName
{
border-color: #FFFABF;
}
.TagClassName
{
border-color: #FFFABF;
}
</style>