Shades of Corn Field #FEFABF
Tints of Corn Field #FEFABF
RGB
CMYK
RGB Variations
Color information
#FEFABF (or 0xFEFABF) is known color: Corn Field. HEX triplet: FE, FA and BF. RGB value is (254,250,191). Sum of RGB (Red+Green+Blue) = 254+250+191=695 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.55% from 695); Green value is 250 (98.05% from 255 or 35.97% from 695); Blue value is 191 (75% from 255 or 27.48% from 695); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFABF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFABF is #010540. Grayscale: #F4F4F4. Windows color (decimal): -66881 or 12581630. OLE color: 12581630.
HSL color Cylindrical-coordinate representation of color #FEFABF: hue angle of 56.19º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FEFABF is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 191 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.00 |
| HSL | 56.19º | 0.97% | 0.87% | - |
| HSV(B) | 56.19º | 0.25% | 1% | - |
| XYZ | 84.46 | 93.2 | 62.83 | - |
| YUV | 244.47 | 97.83 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 191 | 0 | 0.02 | 0.25 | 0.00 | 56.19 | 0.97 | 0.87 |
| Hex | FE | FA | BF | 0 | 2 | 19 | 0 | 38 | 61 | 57 |
| Octal | 376 | 372 | 277 | 0 | 2 | 31 | 0 | 70 | 141 | 127 |
| Binary | 11111110 | 11111010 | 10111111 | 0 | 10 | 11001 | 0 | 111000 | 1100001 | 1010111 |
Color Harmonies of #FEFABF
Complementary color
Monochromatic Colors of #FEFABF
Black with #FEFABF
Text Example
Text Example
White with #FEFABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFABF; }
p { color: rgb(254,250,191); }
H1.HeaderClassName
{
color: #FEFABF;
}
.AnyTagClassName
{
color: #FEFABF;
}
</style>
background-color css
<style>
a { background-color: #FEFABF; }
a { background-color: rgb(254,250,191); }
div.DivClassName
{
background-color: #FEFABF;
}
.BgClassName
{
background-color: #FEFABF;
}
</style>
border-color css
<style>
span { border-color: #FEFABF; }
span { border-color: rgb(254,250,191); }
td.TdClassName
{
border-color: #FEFABF;
}
.TagClassName
{
border-color: #FEFABF;
}
</style>