Shades of Corn Silk #FFFAE5
Tints of Corn Silk #FFFAE5
RGB
CMYK
RGB Variations
Color information
#FFFAE5 (or 0xFFFAE5) is known color: Corn Silk. HEX triplet: FF, FA and E5. RGB value is (255,250,229). Sum of RGB (Red+Green+Blue) = 255+250+229=734 (97% of max value = 765). Red value is 255 (100% from 255 or 34.74% from 734); Green value is 250 (98.05% from 255 or 34.06% from 734); Blue value is 229 (89.84% from 255 or 31.20% from 734); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFAE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFAE5 is #00051A. Grayscale: #F9F9F9. Windows color (decimal): -1307 or 15071999. OLE color: 15071999.
HSL color Cylindrical-coordinate representation of color #FFFAE5: hue angle of 48.46º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FFFAE5 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 250 | 229 | - |
CMYK | 0 | 0.02 | 0.10 | 0 |
HSL | 48.46º | 1% | 0.95% | - |
HSV(B) | 48.46º | 0.1% | 1% | - |
XYZ | 89.57 | 95.29 | 87.8 | - |
YUV | 249.1 | 116.66 | 132.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 250 | 229 | 0 | 0.02 | 0.10 | 0 | 48.46 | 1 | 0.95 |
Hex | FF | FA | E5 | 0 | 2 | A | 0 | 30 | 64 | 5F |
Octal | 377 | 372 | 345 | 0 | 2 | 12 | 0 | 60 | 144 | 137 |
Binary | 11111111 | 11111010 | 11100101 | 0 | 10 | 1010 | 0 | 110000 | 1100100 | 1011111 |
Color Harmonies of #FFFAE5
Complementary color
Monochromatic Colors of #FFFAE5
Black with #FFFAE5
Text Example
Text Example
White with #FFFAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFAE5; }
p { color: rgb(255,250,229); }
H1.HeaderClassName
{
color: #FFFAE5;
}
.AnyTagClassName
{
color: #FFFAE5;
}
</style>
background-color css
<style>
a { background-color: #FFFAE5; }
a { background-color: rgb(255,250,229); }
div.DivClassName
{
background-color: #FFFAE5;
}
.BgClassName
{
background-color: #FFFAE5;
}
</style>
border-color css
<style>
span { border-color: #FFFAE5; }
span { border-color: rgb(255,250,229); }
td.TdClassName
{
border-color: #FFFAE5;
}
.TagClassName
{
border-color: #FFFAE5;
}
</style>