Shades of Shalimar #FFFAAA
Tints of Shalimar #FFFAAA
RGB
CMYK
RGB Variations
Color information
#FFFAAA (or 0xFFFAAA) is known color: Shalimar. HEX triplet: FF, FA and AA. RGB value is (255,250,170). Sum of RGB (Red+Green+Blue) = 255+250+170=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 250 (98.05% from 255 or 37.04% from 675); Blue value is 170 (66.80% from 255 or 25.19% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFAAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFAAA is #000555. Grayscale: #F2F2F2. Windows color (decimal): -1366 or 11205375. OLE color: 11205375.
HSL color Cylindrical-coordinate representation of color #FFFAAA: hue angle of 56.47º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFFAAA is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 170 | - |
| CMYK | 0 | 0.02 | 0.33 | 0 |
| HSL | 56.47º | 1% | 0.83% | - |
| HSV(B) | 56.47º | 0.33% | 1% | - |
| XYZ | 82.68 | 92.53 | 51.53 | - |
| YUV | 242.38 | 87.16 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 170 | 0 | 0.02 | 0.33 | 0 | 56.47 | 1 | 0.83 |
| Hex | FF | FA | AA | 0 | 2 | 21 | 0 | 38 | 64 | 53 |
| Octal | 377 | 372 | 252 | 0 | 2 | 41 | 0 | 70 | 144 | 123 |
| Binary | 11111111 | 11111010 | 10101010 | 0 | 10 | 100001 | 0 | 111000 | 1100100 | 1010011 |
Color Harmonies of #FFFAAA
Complementary color
Monochromatic Colors of #FFFAAA
Black with #FFFAAA
Text Example
Text Example
White with #FFFAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFAAA; }
p { color: rgb(255,250,170); }
H1.HeaderClassName
{
color: #FFFAAA;
}
.AnyTagClassName
{
color: #FFFAAA;
}
</style>
background-color css
<style>
a { background-color: #FFFAAA; }
a { background-color: rgb(255,250,170); }
div.DivClassName
{
background-color: #FFFAAA;
}
.BgClassName
{
background-color: #FFFAAA;
}
</style>
border-color css
<style>
span { border-color: #FFFAAA; }
span { border-color: rgb(255,250,170); }
td.TdClassName
{
border-color: #FFFAAA;
}
.TagClassName
{
border-color: #FFFAAA;
}
</style>