Shades of Corn Field #FDFBC3
Tints of Corn Field #FDFBC3
RGB
CMYK
RGB Variations
Color information
#FDFBC3 (or 0xFDFBC3) is known color: Corn Field. HEX triplet: FD, FB and C3. RGB value is (253,251,195). Sum of RGB (Red+Green+Blue) = 253+251+195=699 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.19% from 699); Green value is 251 (98.44% from 255 or 35.91% from 699); Blue value is 195 (76.56% from 255 or 27.90% from 699); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFBC3 is #02043C. Grayscale: #F5F5F5. Windows color (decimal): -132157 or 12844029. OLE color: 12844029.
HSL color Cylindrical-coordinate representation of color #FDFBC3: hue angle of 57.93º 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 #FDFBC3 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 251 | 195 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.01 |
| HSL | 57.93º | 0.94% | 0.88% | - |
| HSV(B) | 57.93º | 0.23% | 0.99% | - |
| XYZ | 84.86 | 93.82 | 65.27 | - |
| YUV | 245.21 | 99.66 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 251 | 195 | 0 | 0.01 | 0.23 | 0.01 | 57.93 | 0.94 | 0.88 |
| Hex | FD | FB | C3 | 0 | 1 | 17 | 1 | 3A | 5E | 58 |
| Octal | 375 | 373 | 303 | 0 | 1 | 27 | 1 | 72 | 136 | 130 |
| Binary | 11111101 | 11111011 | 11000011 | 0 | 1 | 10111 | 1 | 111010 | 1011110 | 1011000 |
Color Harmonies of #FDFBC3
Complementary color
Monochromatic Colors of #FDFBC3
Black with #FDFBC3
Text Example
Text Example
White with #FDFBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFBC3; }
p { color: rgb(253,251,195); }
H1.HeaderClassName
{
color: #FDFBC3;
}
.AnyTagClassName
{
color: #FDFBC3;
}
</style>
background-color css
<style>
a { background-color: #FDFBC3; }
a { background-color: rgb(253,251,195); }
div.DivClassName
{
background-color: #FDFBC3;
}
.BgClassName
{
background-color: #FDFBC3;
}
</style>
border-color css
<style>
span { border-color: #FDFBC3; }
span { border-color: rgb(253,251,195); }
td.TdClassName
{
border-color: #FDFBC3;
}
.TagClassName
{
border-color: #FDFBC3;
}
</style>