Shades of Corn Silk #FFFADA
Tints of Corn Silk #FFFADA
RGB
CMYK
RGB Variations
Color information
#FFFADA (or 0xFFFADA) is known color: Corn Silk. HEX triplet: FF, FA and DA. RGB value is (255,250,218). Sum of RGB (Red+Green+Blue) = 255+250+218=723 (95% of max value = 765). Red value is 255 (100% from 255 or 35.27% from 723); Green value is 250 (98.05% from 255 or 34.58% from 723); Blue value is 218 (85.55% from 255 or 30.15% from 723); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFADA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFADA is #000525. Grayscale: #F7F7F7. Windows color (decimal): -1318 or 14351103. OLE color: 14351103.
HSL color Cylindrical-coordinate representation of color #FFFADA: hue angle of 51.89º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFFADA is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 218 | - |
| CMYK | 0 | 0.02 | 0.15 | 0 |
| HSL | 51.89º | 1% | 0.93% | - |
| HSV(B) | 51.89º | 0.15% | 1% | - |
| XYZ | 88.08 | 94.69 | 79.96 | - |
| YUV | 247.85 | 111.16 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 218 | 0 | 0.02 | 0.15 | 0 | 51.89 | 1 | 0.93 |
| Hex | FF | FA | DA | 0 | 2 | F | 0 | 34 | 64 | 5D |
| Octal | 377 | 372 | 332 | 0 | 2 | 17 | 0 | 64 | 144 | 135 |
| Binary | 11111111 | 11111010 | 11011010 | 0 | 10 | 1111 | 0 | 110100 | 1100100 | 1011101 |
Color Harmonies of #FFFADA
Complementary color
Monochromatic Colors of #FFFADA
Black with #FFFADA
Text Example
Text Example
White with #FFFADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFADA; }
p { color: rgb(255,250,218); }
H1.HeaderClassName
{
color: #FFFADA;
}
.AnyTagClassName
{
color: #FFFADA;
}
</style>
background-color css
<style>
a { background-color: #FFFADA; }
a { background-color: rgb(255,250,218); }
div.DivClassName
{
background-color: #FFFADA;
}
.BgClassName
{
background-color: #FFFADA;
}
</style>
border-color css
<style>
span { border-color: #FFFADA; }
span { border-color: rgb(255,250,218); }
td.TdClassName
{
border-color: #FFFADA;
}
.TagClassName
{
border-color: #FFFADA;
}
</style>