Shades of Corn Field #FDFAC2
Tints of Corn Field #FDFAC2
RGB
CMYK
RGB Variations
Color information
#FDFAC2 (or 0xFDFAC2) is known color: Corn Field. HEX triplet: FD, FA and C2. RGB value is (253,250,194). Sum of RGB (Red+Green+Blue) = 253+250+194=697 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.30% from 697); Green value is 250 (98.05% from 255 or 35.87% from 697); Blue value is 194 (76.17% from 255 or 27.83% from 697); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFAC2 is #02053D. Grayscale: #F4F4F4. Windows color (decimal): -132414 or 12778237. OLE color: 12778237.
HSL color Cylindrical-coordinate representation of color #FDFAC2: hue angle of 56.95º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDFAC2 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 250 | 194 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.01 |
| HSL | 56.95º | 0.94% | 0.88% | - |
| HSV(B) | 56.95º | 0.23% | 0.99% | - |
| XYZ | 84.43 | 93.15 | 64.57 | - |
| YUV | 244.51 | 99.49 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 250 | 194 | 0 | 0.01 | 0.23 | 0.01 | 56.95 | 0.94 | 0.88 |
| Hex | FD | FA | C2 | 0 | 1 | 17 | 1 | 39 | 5E | 58 |
| Octal | 375 | 372 | 302 | 0 | 1 | 27 | 1 | 71 | 136 | 130 |
| Binary | 11111101 | 11111010 | 11000010 | 0 | 1 | 10111 | 1 | 111001 | 1011110 | 1011000 |
Color Harmonies of #FDFAC2
Complementary color
Monochromatic Colors of #FDFAC2
Black with #FDFAC2
Text Example
Text Example
White with #FDFAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFAC2; }
p { color: rgb(253,250,194); }
H1.HeaderClassName
{
color: #FDFAC2;
}
.AnyTagClassName
{
color: #FDFAC2;
}
</style>
background-color css
<style>
a { background-color: #FDFAC2; }
a { background-color: rgb(253,250,194); }
div.DivClassName
{
background-color: #FDFAC2;
}
.BgClassName
{
background-color: #FDFAC2;
}
</style>
border-color css
<style>
span { border-color: #FDFAC2; }
span { border-color: rgb(253,250,194); }
td.TdClassName
{
border-color: #FDFAC2;
}
.TagClassName
{
border-color: #FDFAC2;
}
</style>