Shades of Corn Silk #FFFADC
Tints of Corn Silk #FFFADC
RGB
CMYK
RGB Variations
Color information
#FFFADC (or 0xFFFADC) is known color: Corn Silk. HEX triplet: FF, FA and DC. RGB value is (255,250,220). Sum of RGB (Red+Green+Blue) = 255+250+220=725 (96% of max value = 765). Red value is 255 (100% from 255 or 35.17% from 725); Green value is 250 (98.05% from 255 or 34.48% from 725); Blue value is 220 (86.33% from 255 or 30.34% from 725); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFADC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFADC is #000523. Grayscale: #F8F8F8. Windows color (decimal): -1316 or 14482175. OLE color: 14482175.
HSL color Cylindrical-coordinate representation of color #FFFADC: hue angle of 51.43º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FFFADC is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 220 | - |
| CMYK | 0 | 0.02 | 0.14 | 0 |
| HSL | 51.43º | 1% | 0.93% | - |
| HSV(B) | 51.43º | 0.14% | 1% | - |
| XYZ | 88.34 | 94.8 | 81.35 | - |
| YUV | 248.08 | 112.16 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 220 | 0 | 0.02 | 0.14 | 0 | 51.43 | 1 | 0.93 |
| Hex | FF | FA | DC | 0 | 2 | E | 0 | 33 | 64 | 5D |
| Octal | 377 | 372 | 334 | 0 | 2 | 16 | 0 | 63 | 144 | 135 |
| Binary | 11111111 | 11111010 | 11011100 | 0 | 10 | 1110 | 0 | 110011 | 1100100 | 1011101 |
Color Harmonies of #FFFADC
Complementary color
Monochromatic Colors of #FFFADC
Black with #FFFADC
Text Example
Text Example
White with #FFFADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFADC; }
p { color: rgb(255,250,220); }
H1.HeaderClassName
{
color: #FFFADC;
}
.AnyTagClassName
{
color: #FFFADC;
}
</style>
background-color css
<style>
a { background-color: #FFFADC; }
a { background-color: rgb(255,250,220); }
div.DivClassName
{
background-color: #FFFADC;
}
.BgClassName
{
background-color: #FFFADC;
}
</style>
border-color css
<style>
span { border-color: #FFFADC; }
span { border-color: rgb(255,250,220); }
td.TdClassName
{
border-color: #FFFADC;
}
.TagClassName
{
border-color: #FFFADC;
}
</style>