Shades of Corn Field #FDF5C8
Tints of Corn Field #FDF5C8
RGB
CMYK
RGB Variations
Color information
#FDF5C8 (or 0xFDF5C8) is known color: Corn Field. HEX triplet: FD, F5 and C8. RGB value is (253,245,200). Sum of RGB (Red+Green+Blue) = 253+245+200=698 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.25% from 698); Green value is 245 (96.09% from 255 or 35.10% from 698); Blue value is 200 (78.52% from 255 or 28.65% from 698); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5C8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF5C8 is #020A37. Grayscale: #F2F2F2. Windows color (decimal): -133688 or 13170173. OLE color: 13170173.
HSL color Cylindrical-coordinate representation of color #FDF5C8: hue angle of 50.94º 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 #FDF5C8 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 245 | 200 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.01 |
| HSL | 50.94º | 0.93% | 0.89% | - |
| HSV(B) | 50.94º | 0.21% | 0.99% | - |
| XYZ | 83.59 | 90.36 | 67.68 | - |
| YUV | 242.26 | 104.15 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 245 | 200 | 0 | 0.03 | 0.21 | 0.01 | 50.94 | 0.93 | 0.89 |
| Hex | FD | F5 | C8 | 0 | 3 | 15 | 1 | 33 | 5D | 59 |
| Octal | 375 | 365 | 310 | 0 | 3 | 25 | 1 | 63 | 135 | 131 |
| Binary | 11111101 | 11110101 | 11001000 | 0 | 11 | 10101 | 1 | 110011 | 1011101 | 1011001 |
Color Harmonies of #FDF5C8
Complementary color
Monochromatic Colors of #FDF5C8
Black with #FDF5C8
Text Example
Text Example
White with #FDF5C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF5C8; }
p { color: rgb(253,245,200); }
H1.HeaderClassName
{
color: #FDF5C8;
}
.AnyTagClassName
{
color: #FDF5C8;
}
</style>
background-color css
<style>
a { background-color: #FDF5C8; }
a { background-color: rgb(253,245,200); }
div.DivClassName
{
background-color: #FDF5C8;
}
.BgClassName
{
background-color: #FDF5C8;
}
</style>
border-color css
<style>
span { border-color: #FDF5C8; }
span { border-color: rgb(253,245,200); }
td.TdClassName
{
border-color: #FDF5C8;
}
.TagClassName
{
border-color: #FDF5C8;
}
</style>