Shades of Corn Field #FDF5C7
Tints of Corn Field #FDF5C7
RGB
CMYK
RGB Variations
Color information
#FDF5C7 (or 0xFDF5C7) is known color: Corn Field. HEX triplet: FD, F5 and C7. RGB value is (253,245,199). Sum of RGB (Red+Green+Blue) = 253+245+199=697 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.30% from 697); Green value is 245 (96.09% from 255 or 35.15% from 697); Blue value is 199 (78.12% from 255 or 28.55% from 697); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5C7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF5C7 is #020A38. Grayscale: #F2F2F2. Windows color (decimal): -133689 or 13104637. OLE color: 13104637.
HSL color Cylindrical-coordinate representation of color #FDF5C7: hue angle of 51.11º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDF5C7 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 245 | 199 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.01 |
| HSL | 51.11º | 0.93% | 0.89% | - |
| HSV(B) | 51.11º | 0.21% | 0.99% | - |
| XYZ | 83.47 | 90.31 | 67.07 | - |
| YUV | 242.15 | 103.65 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 245 | 199 | 0 | 0.03 | 0.21 | 0.01 | 51.11 | 0.93 | 0.89 |
| Hex | FD | F5 | C7 | 0 | 3 | 15 | 1 | 33 | 5D | 59 |
| Octal | 375 | 365 | 307 | 0 | 3 | 25 | 1 | 63 | 135 | 131 |
| Binary | 11111101 | 11110101 | 11000111 | 0 | 11 | 10101 | 1 | 110011 | 1011101 | 1011001 |
Color Harmonies of #FDF5C7
Complementary color
Monochromatic Colors of #FDF5C7
Black with #FDF5C7
Text Example
Text Example
White with #FDF5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF5C7; }
p { color: rgb(253,245,199); }
H1.HeaderClassName
{
color: #FDF5C7;
}
.AnyTagClassName
{
color: #FDF5C7;
}
</style>
background-color css
<style>
a { background-color: #FDF5C7; }
a { background-color: rgb(253,245,199); }
div.DivClassName
{
background-color: #FDF5C7;
}
.BgClassName
{
background-color: #FDF5C7;
}
</style>
border-color css
<style>
span { border-color: #FDF5C7; }
span { border-color: rgb(253,245,199); }
td.TdClassName
{
border-color: #FDF5C7;
}
.TagClassName
{
border-color: #FDF5C7;
}
</style>