Shades of Corn Silk #FFFAE2
Tints of Corn Silk #FFFAE2
RGB
CMYK
RGB Variations
Color information
#FFFAE2 (or 0xFFFAE2) is known color: Corn Silk. HEX triplet: FF, FA and E2. RGB value is (255,250,226). Sum of RGB (Red+Green+Blue) = 255+250+226=731 (96% of max value = 765). Red value is 255 (100% from 255 or 34.88% from 731); Green value is 250 (98.05% from 255 or 34.20% from 731); Blue value is 226 (88.67% from 255 or 30.92% from 731); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFAE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFAE2 is #00051D. Grayscale: #F8F8F8. Windows color (decimal): -1310 or 14875391. OLE color: 14875391.
HSL color Cylindrical-coordinate representation of color #FFFAE2: hue angle of 49.66º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FFFAE2 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 226 | - |
| CMYK | 0 | 0.02 | 0.11 | 0 |
| HSL | 49.66º | 1% | 0.94% | - |
| HSV(B) | 49.66º | 0.11% | 1% | - |
| XYZ | 89.15 | 95.12 | 85.61 | - |
| YUV | 248.76 | 115.16 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 226 | 0 | 0.02 | 0.11 | 0 | 49.66 | 1 | 0.94 |
| Hex | FF | FA | E2 | 0 | 2 | B | 0 | 32 | 64 | 5E |
| Octal | 377 | 372 | 342 | 0 | 2 | 13 | 0 | 62 | 144 | 136 |
| Binary | 11111111 | 11111010 | 11100010 | 0 | 10 | 1011 | 0 | 110010 | 1100100 | 1011110 |
Color Harmonies of #FFFAE2
Complementary color
Monochromatic Colors of #FFFAE2
Black with #FFFAE2
Text Example
Text Example
White with #FFFAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFAE2; }
p { color: rgb(255,250,226); }
H1.HeaderClassName
{
color: #FFFAE2;
}
.AnyTagClassName
{
color: #FFFAE2;
}
</style>
background-color css
<style>
a { background-color: #FFFAE2; }
a { background-color: rgb(255,250,226); }
div.DivClassName
{
background-color: #FFFAE2;
}
.BgClassName
{
background-color: #FFFAE2;
}
</style>
border-color css
<style>
span { border-color: #FFFAE2; }
span { border-color: rgb(255,250,226); }
td.TdClassName
{
border-color: #FFFAE2;
}
.TagClassName
{
border-color: #FFFAE2;
}
</style>