Shades of Corn Field #FDFBC4
Tints of Corn Field #FDFBC4
RGB
CMYK
RGB Variations
Color information
#FDFBC4 (or 0xFDFBC4) is known color: Corn Field. HEX triplet: FD, FB and C4. RGB value is (253,251,196). Sum of RGB (Red+Green+Blue) = 253+251+196=700 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.14% from 700); Green value is 251 (98.44% from 255 or 35.86% from 700); Blue value is 196 (76.95% from 255 or 28% from 700); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFBC4 is #02043B. Grayscale: #F5F5F5. Windows color (decimal): -132156 or 12909565. OLE color: 12909565.
HSL color Cylindrical-coordinate representation of color #FDFBC4: hue angle of 57.89º degrees, saturation: 0.93, 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 #FDFBC4 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 251 | 196 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.01 |
| HSL | 57.89º | 0.93% | 0.88% | - |
| HSV(B) | 57.89º | 0.23% | 0.99% | - |
| XYZ | 84.97 | 93.86 | 65.86 | - |
| YUV | 245.33 | 100.16 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 251 | 196 | 0 | 0.01 | 0.23 | 0.01 | 57.89 | 0.93 | 0.88 |
| Hex | FD | FB | C4 | 0 | 1 | 17 | 1 | 3A | 5D | 58 |
| Octal | 375 | 373 | 304 | 0 | 1 | 27 | 1 | 72 | 135 | 130 |
| Binary | 11111101 | 11111011 | 11000100 | 0 | 1 | 10111 | 1 | 111010 | 1011101 | 1011000 |
Color Harmonies of #FDFBC4
Complementary color
Monochromatic Colors of #FDFBC4
Black with #FDFBC4
Text Example
Text Example
White with #FDFBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFBC4; }
p { color: rgb(253,251,196); }
H1.HeaderClassName
{
color: #FDFBC4;
}
.AnyTagClassName
{
color: #FDFBC4;
}
</style>
background-color css
<style>
a { background-color: #FDFBC4; }
a { background-color: rgb(253,251,196); }
div.DivClassName
{
background-color: #FDFBC4;
}
.BgClassName
{
background-color: #FDFBC4;
}
</style>
border-color css
<style>
span { border-color: #FDFBC4; }
span { border-color: rgb(253,251,196); }
td.TdClassName
{
border-color: #FDFBC4;
}
.TagClassName
{
border-color: #FDFBC4;
}
</style>