Shades of Shalimar #FAF6A7
Tints of Shalimar #FAF6A7
RGB
CMYK
RGB Variations
Color information
#FAF6A7 (or 0xFAF6A7) is known color: Shalimar. HEX triplet: FA, F6 and A7. RGB value is (250,246,167). Sum of RGB (Red+Green+Blue) = 250+246+167=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 246 (96.48% from 255 or 37.10% from 663); Blue value is 167 (65.62% from 255 or 25.19% from 663); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF6A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF6A7 is #050958. Grayscale: #EEEEEE. Windows color (decimal): -330073 or 11007738. OLE color: 11007738.
HSL color Cylindrical-coordinate representation of color #FAF6A7: hue angle of 57.11º 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 #FAF6A7 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 246 | 167 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.02 |
| HSL | 57.11º | 0.89% | 0.82% | - |
| HSV(B) | 57.11º | 0.33% | 0.98% | - |
| XYZ | 79.36 | 89.03 | 49.56 | - |
| YUV | 238.19 | 87.83 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 246 | 167 | 0 | 0.02 | 0.33 | 0.02 | 57.11 | 0.89 | 0.82 |
| Hex | FA | F6 | A7 | 0 | 2 | 21 | 2 | 39 | 59 | 52 |
| Octal | 372 | 366 | 247 | 0 | 2 | 41 | 2 | 71 | 131 | 122 |
| Binary | 11111010 | 11110110 | 10100111 | 0 | 10 | 100001 | 10 | 111001 | 1011001 | 1010010 |
Color Harmonies of #FAF6A7
Complementary color
Monochromatic Colors of #FAF6A7
Black with #FAF6A7
Text Example
Text Example
White with #FAF6A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF6A7; }
p { color: rgb(250,246,167); }
H1.HeaderClassName
{
color: #FAF6A7;
}
.AnyTagClassName
{
color: #FAF6A7;
}
</style>
background-color css
<style>
a { background-color: #FAF6A7; }
a { background-color: rgb(250,246,167); }
div.DivClassName
{
background-color: #FAF6A7;
}
.BgClassName
{
background-color: #FAF6A7;
}
</style>
border-color css
<style>
span { border-color: #FAF6A7; }
span { border-color: rgb(250,246,167); }
td.TdClassName
{
border-color: #FAF6A7;
}
.TagClassName
{
border-color: #FAF6A7;
}
</style>