Shades of Corn Field #FFFABD
Tints of Corn Field #FFFABD
RGB
CMYK
RGB Variations
Color information
#FFFABD (or 0xFFFABD) is known color: Corn Field. HEX triplet: FF, FA and BD. RGB value is (255,250,189). Sum of RGB (Red+Green+Blue) = 255+250+189=694 (91% of max value = 765). Red value is 255 (100% from 255 or 36.74% from 694); Green value is 250 (98.05% from 255 or 36.02% from 694); Blue value is 189 (74.22% from 255 or 27.23% from 694); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFABD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFABD is #000542. Grayscale: #F4F4F4. Windows color (decimal): -1347 or 12450559. OLE color: 12450559.
HSL color Cylindrical-coordinate representation of color #FFFABD: hue angle of 55.45º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFFABD is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 189 | - |
| CMYK | 0 | 0.02 | 0.26 | 0 |
| HSL | 55.45º | 1% | 0.87% | - |
| HSV(B) | 55.45º | 0.26% | 1% | - |
| XYZ | 84.61 | 93.31 | 61.69 | - |
| YUV | 244.54 | 96.66 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 189 | 0 | 0.02 | 0.26 | 0 | 55.45 | 1 | 0.87 |
| Hex | FF | FA | BD | 0 | 2 | 1A | 0 | 37 | 64 | 57 |
| Octal | 377 | 372 | 275 | 0 | 2 | 32 | 0 | 67 | 144 | 127 |
| Binary | 11111111 | 11111010 | 10111101 | 0 | 10 | 11010 | 0 | 110111 | 1100100 | 1010111 |
Color Harmonies of #FFFABD
Complementary color
Monochromatic Colors of #FFFABD
Black with #FFFABD
Text Example
Text Example
White with #FFFABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFABD; }
p { color: rgb(255,250,189); }
H1.HeaderClassName
{
color: #FFFABD;
}
.AnyTagClassName
{
color: #FFFABD;
}
</style>
background-color css
<style>
a { background-color: #FFFABD; }
a { background-color: rgb(255,250,189); }
div.DivClassName
{
background-color: #FFFABD;
}
.BgClassName
{
background-color: #FFFABD;
}
</style>
border-color css
<style>
span { border-color: #FFFABD; }
span { border-color: rgb(255,250,189); }
td.TdClassName
{
border-color: #FFFABD;
}
.TagClassName
{
border-color: #FFFABD;
}
</style>