Shades of Corn Field #FDF6C4
Tints of Corn Field #FDF6C4
RGB
CMYK
RGB Variations
Color information
#FDF6C4 (or 0xFDF6C4) is known color: Corn Field. HEX triplet: FD, F6 and C4. RGB value is (253,246,196). Sum of RGB (Red+Green+Blue) = 253+246+196=695 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.40% from 695); Green value is 246 (96.48% from 255 or 35.40% from 695); Blue value is 196 (76.95% from 255 or 28.20% from 695); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6C4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF6C4 is #02093B. Grayscale: #F2F2F2. Windows color (decimal): -133436 or 12908285. OLE color: 12908285.
HSL color Cylindrical-coordinate representation of color #FDF6C4: hue angle of 52.63º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDF6C4 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 246 | 196 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.01 |
| HSL | 52.63º | 0.93% | 0.88% | - |
| HSV(B) | 52.63º | 0.23% | 0.99% | - |
| XYZ | 83.43 | 90.78 | 65.35 | - |
| YUV | 242.39 | 101.82 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 246 | 196 | 0 | 0.03 | 0.23 | 0.01 | 52.63 | 0.93 | 0.88 |
| Hex | FD | F6 | C4 | 0 | 3 | 17 | 1 | 35 | 5D | 58 |
| Octal | 375 | 366 | 304 | 0 | 3 | 27 | 1 | 65 | 135 | 130 |
| Binary | 11111101 | 11110110 | 11000100 | 0 | 11 | 10111 | 1 | 110101 | 1011101 | 1011000 |
Color Harmonies of #FDF6C4
Complementary color
Monochromatic Colors of #FDF6C4
Black with #FDF6C4
Text Example
Text Example
White with #FDF6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF6C4; }
p { color: rgb(253,246,196); }
H1.HeaderClassName
{
color: #FDF6C4;
}
.AnyTagClassName
{
color: #FDF6C4;
}
</style>
background-color css
<style>
a { background-color: #FDF6C4; }
a { background-color: rgb(253,246,196); }
div.DivClassName
{
background-color: #FDF6C4;
}
.BgClassName
{
background-color: #FDF6C4;
}
</style>
border-color css
<style>
span { border-color: #FDF6C4; }
span { border-color: rgb(253,246,196); }
td.TdClassName
{
border-color: #FDF6C4;
}
.TagClassName
{
border-color: #FDF6C4;
}
</style>