Shades of Corn Field #FFFABC
Tints of Corn Field #FFFABC
RGB
CMYK
RGB Variations
Color information
#FFFABC (or 0xFFFABC) is known color: Corn Field. HEX triplet: FF, FA and BC. RGB value is (255,250,188). Sum of RGB (Red+Green+Blue) = 255+250+188=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 250 (98.05% from 255 or 36.08% from 693); Blue value is 188 (73.83% from 255 or 27.13% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFABC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFABC is #000543. Grayscale: #F4F4F4. Windows color (decimal): -1348 or 12385023. OLE color: 12385023.
HSL color Cylindrical-coordinate representation of color #FFFABC: hue angle of 55.52º 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 #FFFABC is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 188 | - |
| CMYK | 0 | 0.02 | 0.26 | 0 |
| HSL | 55.52º | 1% | 0.87% | - |
| HSV(B) | 55.52º | 0.26% | 1% | - |
| XYZ | 84.5 | 93.26 | 61.12 | - |
| YUV | 244.43 | 96.16 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 188 | 0 | 0.02 | 0.26 | 0 | 55.52 | 1 | 0.87 |
| Hex | FF | FA | BC | 0 | 2 | 1A | 0 | 38 | 64 | 57 |
| Octal | 377 | 372 | 274 | 0 | 2 | 32 | 0 | 70 | 144 | 127 |
| Binary | 11111111 | 11111010 | 10111100 | 0 | 10 | 11010 | 0 | 111000 | 1100100 | 1010111 |
Color Harmonies of #FFFABC
Complementary color
Monochromatic Colors of #FFFABC
Black with #FFFABC
Text Example
Text Example
White with #FFFABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFABC; }
p { color: rgb(255,250,188); }
H1.HeaderClassName
{
color: #FFFABC;
}
.AnyTagClassName
{
color: #FFFABC;
}
</style>
background-color css
<style>
a { background-color: #FFFABC; }
a { background-color: rgb(255,250,188); }
div.DivClassName
{
background-color: #FFFABC;
}
.BgClassName
{
background-color: #FFFABC;
}
</style>
border-color css
<style>
span { border-color: #FFFABC; }
span { border-color: rgb(255,250,188); }
td.TdClassName
{
border-color: #FFFABC;
}
.TagClassName
{
border-color: #FFFABC;
}
</style>