Shades of Corn Silk #FFFADF
Tints of Corn Silk #FFFADF
RGB
CMYK
RGB Variations
Color information
#FFFADF (or 0xFFFADF) is known color: Corn Silk. HEX triplet: FF, FA and DF. RGB value is (255,250,223). Sum of RGB (Red+Green+Blue) = 255+250+223=728 (96% of max value = 765). Red value is 255 (100% from 255 or 35.03% from 728); Green value is 250 (98.05% from 255 or 34.34% from 728); Blue value is 223 (87.5% from 255 or 30.63% from 728); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFADF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFADF is #000520. Grayscale: #F8F8F8. Windows color (decimal): -1313 or 14678783. OLE color: 14678783.
HSL color Cylindrical-coordinate representation of color #FFFADF: hue angle of 50.62º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFFADF is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 250 | 223 | - |
CMYK | 0 | 0.02 | 0.13 | 0 |
HSL | 50.63º | 1% | 0.94% | - |
HSV(B) | 50.63º | 0.13% | 1% | - |
XYZ | 88.74 | 94.96 | 83.46 | - |
YUV | 248.42 | 113.66 | 132.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 250 | 223 | 0 | 0.02 | 0.13 | 0 | 50.63 | 1 | 0.94 |
Hex | FF | FA | DF | 0 | 2 | D | 0 | 33 | 64 | 5E |
Octal | 377 | 372 | 337 | 0 | 2 | 15 | 0 | 63 | 144 | 136 |
Binary | 11111111 | 11111010 | 11011111 | 0 | 10 | 1101 | 0 | 110011 | 1100100 | 1011110 |
Color Harmonies of #FFFADF
Complementary color
Monochromatic Colors of #FFFADF
Black with #FFFADF
Text Example
Text Example
White with #FFFADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFADF; }
p { color: rgb(255,250,223); }
H1.HeaderClassName
{
color: #FFFADF;
}
.AnyTagClassName
{
color: #FFFADF;
}
</style>
background-color css
<style>
a { background-color: #FFFADF; }
a { background-color: rgb(255,250,223); }
div.DivClassName
{
background-color: #FFFADF;
}
.BgClassName
{
background-color: #FFFADF;
}
</style>
border-color css
<style>
span { border-color: #FFFADF; }
span { border-color: rgb(255,250,223); }
td.TdClassName
{
border-color: #FFFADF;
}
.TagClassName
{
border-color: #FFFADF;
}
</style>