Shades of Shalimar #FAF4AE
Tints of Shalimar #FAF4AE
RGB
CMYK
RGB Variations
Color information
#FAF4AE (or 0xFAF4AE) is known color: Shalimar. HEX triplet: FA, F4 and AE. RGB value is (250,244,174). Sum of RGB (Red+Green+Blue) = 250+244+174=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 244 (95.70% from 255 or 36.53% from 668); Blue value is 174 (68.36% from 255 or 26.05% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF4AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF4AE is #050B51. Grayscale: #EEEEEE. Windows color (decimal): -330578 or 11465978. OLE color: 11465978.
HSL color Cylindrical-coordinate representation of color #FAF4AE: hue angle of 55.26º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAF4AE is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 244 | 174 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.02 |
| HSL | 55.26º | 0.88% | 0.83% | - |
| HSV(B) | 55.26º | 0.3% | 0.98% | - |
| XYZ | 79.42 | 88.08 | 52.86 | - |
| YUV | 237.81 | 91.99 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 244 | 174 | 0 | 0.02 | 0.30 | 0.02 | 55.26 | 0.88 | 0.83 |
| Hex | FA | F4 | AE | 0 | 2 | 1E | 2 | 37 | 58 | 53 |
| Octal | 372 | 364 | 256 | 0 | 2 | 36 | 2 | 67 | 130 | 123 |
| Binary | 11111010 | 11110100 | 10101110 | 0 | 10 | 11110 | 10 | 110111 | 1011000 | 1010011 |
Color Harmonies of #FAF4AE
Complementary color
Monochromatic Colors of #FAF4AE
Black with #FAF4AE
Text Example
Text Example
White with #FAF4AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF4AE; }
p { color: rgb(250,244,174); }
H1.HeaderClassName
{
color: #FAF4AE;
}
.AnyTagClassName
{
color: #FAF4AE;
}
</style>
background-color css
<style>
a { background-color: #FAF4AE; }
a { background-color: rgb(250,244,174); }
div.DivClassName
{
background-color: #FAF4AE;
}
.BgClassName
{
background-color: #FAF4AE;
}
</style>
border-color css
<style>
span { border-color: #FAF4AE; }
span { border-color: rgb(250,244,174); }
td.TdClassName
{
border-color: #FAF4AE;
}
.TagClassName
{
border-color: #FAF4AE;
}
</style>