Shades of Corn Field #FFFAC1
Tints of Corn Field #FFFAC1
RGB
CMYK
RGB Variations
Color information
#FFFAC1 (or 0xFFFAC1) is known color: Corn Field. HEX triplet: FF, FA and C1. RGB value is (255,250,193). Sum of RGB (Red+Green+Blue) = 255+250+193=698 (92% of max value = 765). Red value is 255 (100% from 255 or 36.53% from 698); Green value is 250 (98.05% from 255 or 35.82% from 698); Blue value is 193 (75.78% from 255 or 27.65% from 698); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFAC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFAC1 is #00053E. Grayscale: #F5F5F5. Windows color (decimal): -1343 or 12712703. OLE color: 12712703.
HSL color Cylindrical-coordinate representation of color #FFFAC1: hue angle of 55.16º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFFAC1 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 193 | - |
| CMYK | 0 | 0.02 | 0.24 | 0 |
| HSL | 55.16º | 1% | 0.88% | - |
| HSV(B) | 55.16º | 0.24% | 1% | - |
| XYZ | 85.05 | 93.48 | 64.01 | - |
| YUV | 245 | 98.66 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 193 | 0 | 0.02 | 0.24 | 0 | 55.16 | 1 | 0.88 |
| Hex | FF | FA | C1 | 0 | 2 | 18 | 0 | 37 | 64 | 58 |
| Octal | 377 | 372 | 301 | 0 | 2 | 30 | 0 | 67 | 144 | 130 |
| Binary | 11111111 | 11111010 | 11000001 | 0 | 10 | 11000 | 0 | 110111 | 1100100 | 1011000 |
Color Harmonies of #FFFAC1
Complementary color
Monochromatic Colors of #FFFAC1
Black with #FFFAC1
Text Example
Text Example
White with #FFFAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFAC1; }
p { color: rgb(255,250,193); }
H1.HeaderClassName
{
color: #FFFAC1;
}
.AnyTagClassName
{
color: #FFFAC1;
}
</style>
background-color css
<style>
a { background-color: #FFFAC1; }
a { background-color: rgb(255,250,193); }
div.DivClassName
{
background-color: #FFFAC1;
}
.BgClassName
{
background-color: #FFFAC1;
}
</style>
border-color css
<style>
span { border-color: #FFFAC1; }
span { border-color: rgb(255,250,193); }
td.TdClassName
{
border-color: #FFFAC1;
}
.TagClassName
{
border-color: #FFFAC1;
}
</style>