Shades of Corn Field #FDF3C5
Tints of Corn Field #FDF3C5
RGB
CMYK
RGB Variations
Color information
#FDF3C5 (or 0xFDF3C5) is known color: Corn Field. HEX triplet: FD, F3 and C5. RGB value is (253,243,197). Sum of RGB (Red+Green+Blue) = 253+243+197=693 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.51% from 693); Green value is 243 (95.31% from 255 or 35.06% from 693); Blue value is 197 (77.34% from 255 or 28.43% from 693); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF3C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF3C5 is #020C3A. Grayscale: #F0F0F0. Windows color (decimal): -134203 or 12973053. OLE color: 12973053.
HSL color Cylindrical-coordinate representation of color #FDF3C5: hue angle of 49.29º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FDF3C5 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 243 | 197 | - |
CMYK | 0 | 0.04 | 0.22 | 0.01 |
HSL | 49.29º | 0.93% | 0.88% | - |
HSV(B) | 49.29º | 0.22% | 0.99% | - |
XYZ | 82.64 | 89.02 | 65.65 | - |
YUV | 240.75 | 103.31 | 136.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 243 | 197 | 0 | 0.04 | 0.22 | 0.01 | 49.29 | 0.93 | 0.88 |
Hex | FD | F3 | C5 | 0 | 4 | 16 | 1 | 31 | 5D | 58 |
Octal | 375 | 363 | 305 | 0 | 4 | 26 | 1 | 61 | 135 | 130 |
Binary | 11111101 | 11110011 | 11000101 | 0 | 100 | 10110 | 1 | 110001 | 1011101 | 1011000 |
Color Harmonies of #FDF3C5
Complementary color
Monochromatic Colors of #FDF3C5
Black with #FDF3C5
Text Example
Text Example
White with #FDF3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF3C5; }
p { color: rgb(253,243,197); }
H1.HeaderClassName
{
color: #FDF3C5;
}
.AnyTagClassName
{
color: #FDF3C5;
}
</style>
background-color css
<style>
a { background-color: #FDF3C5; }
a { background-color: rgb(253,243,197); }
div.DivClassName
{
background-color: #FDF3C5;
}
.BgClassName
{
background-color: #FDF3C5;
}
</style>
border-color css
<style>
span { border-color: #FDF3C5; }
span { border-color: rgb(253,243,197); }
td.TdClassName
{
border-color: #FDF3C5;
}
.TagClassName
{
border-color: #FDF3C5;
}
</style>