Shades of Corn Silk #FFFADD
Tints of Corn Silk #FFFADD
RGB
CMYK
RGB Variations
Color information
#FFFADD (or 0xFFFADD) is known color: Corn Silk. HEX triplet: FF, FA and DD. RGB value is (255,250,221). Sum of RGB (Red+Green+Blue) = 255+250+221=726 (96% of max value = 765). Red value is 255 (100% from 255 or 35.12% from 726); Green value is 250 (98.05% from 255 or 34.44% from 726); Blue value is 221 (86.72% from 255 or 30.44% from 726); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFADD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFADD is #000522. Grayscale: #F8F8F8. Windows color (decimal): -1315 or 14547711. OLE color: 14547711.
HSL color Cylindrical-coordinate representation of color #FFFADD: hue angle of 51.18º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFFADD is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 221 | - |
| CMYK | 0 | 0.02 | 0.13 | 0 |
| HSL | 51.18º | 1% | 0.93% | - |
| HSV(B) | 51.18º | 0.13% | 1% | - |
| XYZ | 88.48 | 94.85 | 82.05 | - |
| YUV | 248.19 | 112.66 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 221 | 0 | 0.02 | 0.13 | 0 | 51.18 | 1 | 0.93 |
| Hex | FF | FA | DD | 0 | 2 | D | 0 | 33 | 64 | 5D |
| Octal | 377 | 372 | 335 | 0 | 2 | 15 | 0 | 63 | 144 | 135 |
| Binary | 11111111 | 11111010 | 11011101 | 0 | 10 | 1101 | 0 | 110011 | 1100100 | 1011101 |
Color Harmonies of #FFFADD
Complementary color
Monochromatic Colors of #FFFADD
Black with #FFFADD
Text Example
Text Example
White with #FFFADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFADD; }
p { color: rgb(255,250,221); }
H1.HeaderClassName
{
color: #FFFADD;
}
.AnyTagClassName
{
color: #FFFADD;
}
</style>
background-color css
<style>
a { background-color: #FFFADD; }
a { background-color: rgb(255,250,221); }
div.DivClassName
{
background-color: #FFFADD;
}
.BgClassName
{
background-color: #FFFADD;
}
</style>
border-color css
<style>
span { border-color: #FFFADD; }
span { border-color: rgb(255,250,221); }
td.TdClassName
{
border-color: #FFFADD;
}
.TagClassName
{
border-color: #FFFADD;
}
</style>