Shades of Corn Field #FDF4B5
Tints of Corn Field #FDF4B5
RGB
CMYK
RGB Variations
Color information
#FDF4B5 (or 0xFDF4B5) is known color: Corn Field. HEX triplet: FD, F4 and B5. RGB value is (253,244,181). Sum of RGB (Red+Green+Blue) = 253+244+181=678 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.32% from 678); Green value is 244 (95.70% from 255 or 35.99% from 678); Blue value is 181 (71.09% from 255 or 26.70% from 678); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF4B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF4B5 is #020B4A. Grayscale: #EFEFEF. Windows color (decimal): -133963 or 11924733. OLE color: 11924733.
HSL color Cylindrical-coordinate representation of color #FDF4B5: hue angle of 52.5º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDF4B5 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 244 | 181 | - |
CMYK | 0 | 0.04 | 0.28 | 0.01 |
HSL | 52.5º | 0.95% | 0.85% | - |
HSV(B) | 52.5º | 0.28% | 0.99% | - |
XYZ | 81.2 | 88.92 | 56.6 | - |
YUV | 239.51 | 94.98 | 137.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 244 | 181 | 0 | 0.04 | 0.28 | 0.01 | 52.5 | 0.95 | 0.85 |
Hex | FD | F4 | B5 | 0 | 4 | 1C | 1 | 34 | 5F | 55 |
Octal | 375 | 364 | 265 | 0 | 4 | 34 | 1 | 64 | 137 | 125 |
Binary | 11111101 | 11110100 | 10110101 | 0 | 100 | 11100 | 1 | 110100 | 1011111 | 1010101 |
Color Harmonies of #FDF4B5
Complementary color
Monochromatic Colors of #FDF4B5
Black with #FDF4B5
Text Example
Text Example
White with #FDF4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF4B5; }
p { color: rgb(253,244,181); }
H1.HeaderClassName
{
color: #FDF4B5;
}
.AnyTagClassName
{
color: #FDF4B5;
}
</style>
background-color css
<style>
a { background-color: #FDF4B5; }
a { background-color: rgb(253,244,181); }
div.DivClassName
{
background-color: #FDF4B5;
}
.BgClassName
{
background-color: #FDF4B5;
}
</style>
border-color css
<style>
span { border-color: #FDF4B5; }
span { border-color: rgb(253,244,181); }
td.TdClassName
{
border-color: #FDF4B5;
}
.TagClassName
{
border-color: #FDF4B5;
}
</style>