Shades of Corn Field #FDF6C6
Tints of Corn Field #FDF6C6
RGB
CMYK
RGB Variations
Color information
#FDF6C6 (or 0xFDF6C6) is known color: Corn Field. HEX triplet: FD, F6 and C6. RGB value is (253,246,198). Sum of RGB (Red+Green+Blue) = 253+246+198=697 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.30% from 697); Green value is 246 (96.48% from 255 or 35.29% from 697); Blue value is 198 (77.73% from 255 or 28.41% from 697); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6C6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF6C6 is #020939. Grayscale: #F2F2F2. Windows color (decimal): -133434 or 13039357. OLE color: 13039357.
HSL color Cylindrical-coordinate representation of color #FDF6C6: hue angle of 52.36º 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 #FDF6C6 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 246 | 198 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.01 |
| HSL | 52.36º | 0.93% | 0.88% | - |
| HSV(B) | 52.36º | 0.22% | 0.99% | - |
| XYZ | 83.66 | 90.87 | 66.56 | - |
| YUV | 242.62 | 102.82 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 246 | 198 | 0 | 0.03 | 0.22 | 0.01 | 52.36 | 0.93 | 0.88 |
| Hex | FD | F6 | C6 | 0 | 3 | 16 | 1 | 34 | 5D | 58 |
| Octal | 375 | 366 | 306 | 0 | 3 | 26 | 1 | 64 | 135 | 130 |
| Binary | 11111101 | 11110110 | 11000110 | 0 | 11 | 10110 | 1 | 110100 | 1011101 | 1011000 |
Color Harmonies of #FDF6C6
Complementary color
Monochromatic Colors of #FDF6C6
Black with #FDF6C6
Text Example
Text Example
White with #FDF6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF6C6; }
p { color: rgb(253,246,198); }
H1.HeaderClassName
{
color: #FDF6C6;
}
.AnyTagClassName
{
color: #FDF6C6;
}
</style>
background-color css
<style>
a { background-color: #FDF6C6; }
a { background-color: rgb(253,246,198); }
div.DivClassName
{
background-color: #FDF6C6;
}
.BgClassName
{
background-color: #FDF6C6;
}
</style>
border-color css
<style>
span { border-color: #FDF6C6; }
span { border-color: rgb(253,246,198); }
td.TdClassName
{
border-color: #FDF6C6;
}
.TagClassName
{
border-color: #FDF6C6;
}
</style>