Shades of Corn Silk #FFFADB
Tints of Corn Silk #FFFADB
RGB
CMYK
RGB Variations
Color information
#FFFADB (or 0xFFFADB) is known color: Corn Silk. HEX triplet: FF, FA and DB. RGB value is (255,250,219). Sum of RGB (Red+Green+Blue) = 255+250+219=724 (95% of max value = 765). Red value is 255 (100% from 255 or 35.22% from 724); Green value is 250 (98.05% from 255 or 34.53% from 724); Blue value is 219 (85.94% from 255 or 30.25% from 724); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFADB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFADB is #000524. Grayscale: #F8F8F8. Windows color (decimal): -1317 or 14416639. OLE color: 14416639.
HSL color Cylindrical-coordinate representation of color #FFFADB: hue angle of 51.67º 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 #FFFADB is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 219 | - |
| CMYK | 0 | 0.02 | 0.14 | 0 |
| HSL | 51.67º | 1% | 0.93% | - |
| HSV(B) | 51.67º | 0.14% | 1% | - |
| XYZ | 88.21 | 94.75 | 80.66 | - |
| YUV | 247.96 | 111.66 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 219 | 0 | 0.02 | 0.14 | 0 | 51.67 | 1 | 0.93 |
| Hex | FF | FA | DB | 0 | 2 | E | 0 | 34 | 64 | 5D |
| Octal | 377 | 372 | 333 | 0 | 2 | 16 | 0 | 64 | 144 | 135 |
| Binary | 11111111 | 11111010 | 11011011 | 0 | 10 | 1110 | 0 | 110100 | 1100100 | 1011101 |
Color Harmonies of #FFFADB
Complementary color
Monochromatic Colors of #FFFADB
Black with #FFFADB
Text Example
Text Example
White with #FFFADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFADB; }
p { color: rgb(255,250,219); }
H1.HeaderClassName
{
color: #FFFADB;
}
.AnyTagClassName
{
color: #FFFADB;
}
</style>
background-color css
<style>
a { background-color: #FFFADB; }
a { background-color: rgb(255,250,219); }
div.DivClassName
{
background-color: #FFFADB;
}
.BgClassName
{
background-color: #FFFADB;
}
</style>
border-color css
<style>
span { border-color: #FFFADB; }
span { border-color: rgb(255,250,219); }
td.TdClassName
{
border-color: #FFFADB;
}
.TagClassName
{
border-color: #FFFADB;
}
</style>