Shades of Corn Silk #FAF6E3
Tints of Corn Silk #FAF6E3
RGB
CMYK
RGB Variations
Color information
#FAF6E3 (or 0xFAF6E3) is known color: Corn Silk. HEX triplet: FA, F6 and E3. RGB value is (250,246,227). Sum of RGB (Red+Green+Blue) = 250+246+227=723 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.58% from 723); Green value is 246 (96.48% from 255 or 34.02% from 723); Blue value is 227 (89.06% from 255 or 31.40% from 723); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF6E3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF6E3 is #05091C. Grayscale: #F5F5F5. Windows color (decimal): -330013 or 14939898. OLE color: 14939898.
HSL color Cylindrical-coordinate representation of color #FAF6E3: hue angle of 49.57º degrees, saturation: 0.7, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FAF6E3 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 246 | 227 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.02 |
| HSL | 49.57º | 0.7% | 0.94% | - |
| HSV(B) | 49.57º | 0.09% | 0.98% | - |
| XYZ | 86.25 | 91.78 | 85.84 | - |
| YUV | 245.03 | 117.83 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 246 | 227 | 0 | 0.02 | 0.09 | 0.02 | 49.57 | 0.7 | 0.94 |
| Hex | FA | F6 | E3 | 0 | 2 | 9 | 2 | 32 | 46 | 5E |
| Octal | 372 | 366 | 343 | 0 | 2 | 11 | 2 | 62 | 106 | 136 |
| Binary | 11111010 | 11110110 | 11100011 | 0 | 10 | 1001 | 10 | 110010 | 1000110 | 1011110 |
Color Harmonies of #FAF6E3
Complementary color
Monochromatic Colors of #FAF6E3
Black with #FAF6E3
Text Example
Text Example
White with #FAF6E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF6E3; }
p { color: rgb(250,246,227); }
H1.HeaderClassName
{
color: #FAF6E3;
}
.AnyTagClassName
{
color: #FAF6E3;
}
</style>
background-color css
<style>
a { background-color: #FAF6E3; }
a { background-color: rgb(250,246,227); }
div.DivClassName
{
background-color: #FAF6E3;
}
.BgClassName
{
background-color: #FAF6E3;
}
</style>
border-color css
<style>
span { border-color: #FAF6E3; }
span { border-color: rgb(250,246,227); }
td.TdClassName
{
border-color: #FAF6E3;
}
.TagClassName
{
border-color: #FAF6E3;
}
</style>