Shades of Shalimar #FAF4A7
Tints of Shalimar #FAF4A7
RGB
CMYK
RGB Variations
Color information
#FAF4A7 (or 0xFAF4A7) is known color: Shalimar. HEX triplet: FA, F4 and A7. RGB value is (250,244,167). Sum of RGB (Red+Green+Blue) = 250+244+167=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 244 (95.70% from 255 or 36.91% from 661); Blue value is 167 (65.62% from 255 or 25.26% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF4A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF4A7 is #050B58. Grayscale: #EDEDED. Windows color (decimal): -330585 or 11007226. OLE color: 11007226.
HSL color Cylindrical-coordinate representation of color #FAF4A7: hue angle of 55.66º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FAF4A7 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 244 | 167 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.02 |
| HSL | 55.66º | 0.89% | 0.82% | - |
| HSV(B) | 55.66º | 0.33% | 0.98% | - |
| XYZ | 78.75 | 87.82 | 49.36 | - |
| YUV | 237.02 | 88.49 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 244 | 167 | 0 | 0.02 | 0.33 | 0.02 | 55.66 | 0.89 | 0.82 |
| Hex | FA | F4 | A7 | 0 | 2 | 21 | 2 | 38 | 59 | 52 |
| Octal | 372 | 364 | 247 | 0 | 2 | 41 | 2 | 70 | 131 | 122 |
| Binary | 11111010 | 11110100 | 10100111 | 0 | 10 | 100001 | 10 | 111000 | 1011001 | 1010010 |
Color Harmonies of #FAF4A7
Complementary color
Monochromatic Colors of #FAF4A7
Black with #FAF4A7
Text Example
Text Example
White with #FAF4A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF4A7; }
p { color: rgb(250,244,167); }
H1.HeaderClassName
{
color: #FAF4A7;
}
.AnyTagClassName
{
color: #FAF4A7;
}
</style>
background-color css
<style>
a { background-color: #FAF4A7; }
a { background-color: rgb(250,244,167); }
div.DivClassName
{
background-color: #FAF4A7;
}
.BgClassName
{
background-color: #FAF4A7;
}
</style>
border-color css
<style>
span { border-color: #FAF4A7; }
span { border-color: rgb(250,244,167); }
td.TdClassName
{
border-color: #FAF4A7;
}
.TagClassName
{
border-color: #FAF4A7;
}
</style>