Shades of Shalimar #FAF3A8
Tints of Shalimar #FAF3A8
RGB
CMYK
RGB Variations
Color information
#FAF3A8 (or 0xFAF3A8) is known color: Shalimar. HEX triplet: FA, F3 and A8. RGB value is (250,243,168). Sum of RGB (Red+Green+Blue) = 250+243+168=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 243 (95.31% from 255 or 36.76% from 661); Blue value is 168 (66.02% from 255 or 25.42% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF3A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF3A8 is #050C57. Grayscale: #ECECEC. Windows color (decimal): -330840 or 11072506. OLE color: 11072506.
HSL color Cylindrical-coordinate representation of color #FAF3A8: hue angle of 54.88º 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 #FAF3A8 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 243 | 168 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.02 |
| HSL | 54.88º | 0.89% | 0.82% | - |
| HSV(B) | 54.88º | 0.33% | 0.98% | - |
| XYZ | 78.54 | 87.25 | 49.75 | - |
| YUV | 236.54 | 89.32 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 243 | 168 | 0 | 0.03 | 0.33 | 0.02 | 54.88 | 0.89 | 0.82 |
| Hex | FA | F3 | A8 | 0 | 3 | 21 | 2 | 37 | 59 | 52 |
| Octal | 372 | 363 | 250 | 0 | 3 | 41 | 2 | 67 | 131 | 122 |
| Binary | 11111010 | 11110011 | 10101000 | 0 | 11 | 100001 | 10 | 110111 | 1011001 | 1010010 |
Color Harmonies of #FAF3A8
Complementary color
Monochromatic Colors of #FAF3A8
Black with #FAF3A8
Text Example
Text Example
White with #FAF3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF3A8; }
p { color: rgb(250,243,168); }
H1.HeaderClassName
{
color: #FAF3A8;
}
.AnyTagClassName
{
color: #FAF3A8;
}
</style>
background-color css
<style>
a { background-color: #FAF3A8; }
a { background-color: rgb(250,243,168); }
div.DivClassName
{
background-color: #FAF3A8;
}
.BgClassName
{
background-color: #FAF3A8;
}
</style>
border-color css
<style>
span { border-color: #FAF3A8; }
span { border-color: rgb(250,243,168); }
td.TdClassName
{
border-color: #FAF3A8;
}
.TagClassName
{
border-color: #FAF3A8;
}
</style>