Shades of Corn Field #FDF3BD
Tints of Corn Field #FDF3BD
RGB
CMYK
RGB Variations
Color information
#FDF3BD (or 0xFDF3BD) is known color: Corn Field. HEX triplet: FD, F3 and BD. RGB value is (253,243,189). Sum of RGB (Red+Green+Blue) = 253+243+189=685 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.93% from 685); Green value is 243 (95.31% from 255 or 35.47% from 685); Blue value is 189 (74.22% from 255 or 27.59% from 685); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF3BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF3BD is #020C42. Grayscale: #F0F0F0. Windows color (decimal): -134211 or 12448765. OLE color: 12448765.
HSL color Cylindrical-coordinate representation of color #FDF3BD: hue angle of 50.62º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDF3BD is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 243 | 189 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.01 |
| HSL | 50.63º | 0.94% | 0.87% | - |
| HSV(B) | 50.63º | 0.25% | 0.99% | - |
| XYZ | 81.74 | 88.66 | 60.95 | - |
| YUV | 239.83 | 99.31 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 243 | 189 | 0 | 0.04 | 0.25 | 0.01 | 50.63 | 0.94 | 0.87 |
| Hex | FD | F3 | BD | 0 | 4 | 19 | 1 | 33 | 5E | 57 |
| Octal | 375 | 363 | 275 | 0 | 4 | 31 | 1 | 63 | 136 | 127 |
| Binary | 11111101 | 11110011 | 10111101 | 0 | 100 | 11001 | 1 | 110011 | 1011110 | 1010111 |
Color Harmonies of #FDF3BD
Complementary color
Monochromatic Colors of #FDF3BD
Black with #FDF3BD
Text Example
Text Example
White with #FDF3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF3BD; }
p { color: rgb(253,243,189); }
H1.HeaderClassName
{
color: #FDF3BD;
}
.AnyTagClassName
{
color: #FDF3BD;
}
</style>
background-color css
<style>
a { background-color: #FDF3BD; }
a { background-color: rgb(253,243,189); }
div.DivClassName
{
background-color: #FDF3BD;
}
.BgClassName
{
background-color: #FDF3BD;
}
</style>
border-color css
<style>
span { border-color: #FDF3BD; }
span { border-color: rgb(253,243,189); }
td.TdClassName
{
border-color: #FDF3BD;
}
.TagClassName
{
border-color: #FDF3BD;
}
</style>