Shades of Shalimar #FFFAA6
Tints of Shalimar #FFFAA6
RGB
CMYK
RGB Variations
Color information
#FFFAA6 (or 0xFFFAA6) is known color: Shalimar. HEX triplet: FF, FA and A6. RGB value is (255,250,166). Sum of RGB (Red+Green+Blue) = 255+250+166=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 250 (98.05% from 255 or 37.26% from 671); Blue value is 166 (65.23% from 255 or 24.74% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFAA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFAA6 is #000559. Grayscale: #F2F2F2. Windows color (decimal): -1370 or 10943231. OLE color: 10943231.
HSL color Cylindrical-coordinate representation of color #FFFAA6: hue angle of 56.63º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFFAA6 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 166 | - |
| CMYK | 0 | 0.02 | 0.35 | 0 |
| HSL | 56.63º | 1% | 0.83% | - |
| HSV(B) | 56.63º | 0.35% | 1% | - |
| XYZ | 82.31 | 92.38 | 49.57 | - |
| YUV | 241.92 | 85.16 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 166 | 0 | 0.02 | 0.35 | 0 | 56.63 | 1 | 0.83 |
| Hex | FF | FA | A6 | 0 | 2 | 23 | 0 | 39 | 64 | 53 |
| Octal | 377 | 372 | 246 | 0 | 2 | 43 | 0 | 71 | 144 | 123 |
| Binary | 11111111 | 11111010 | 10100110 | 0 | 10 | 100011 | 0 | 111001 | 1100100 | 1010011 |
Color Harmonies of #FFFAA6
Complementary color
Monochromatic Colors of #FFFAA6
Black with #FFFAA6
Text Example
Text Example
White with #FFFAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFAA6; }
p { color: rgb(255,250,166); }
H1.HeaderClassName
{
color: #FFFAA6;
}
.AnyTagClassName
{
color: #FFFAA6;
}
</style>
background-color css
<style>
a { background-color: #FFFAA6; }
a { background-color: rgb(255,250,166); }
div.DivClassName
{
background-color: #FFFAA6;
}
.BgClassName
{
background-color: #FFFAA6;
}
</style>
border-color css
<style>
span { border-color: #FFFAA6; }
span { border-color: rgb(255,250,166); }
td.TdClassName
{
border-color: #FFFAA6;
}
.TagClassName
{
border-color: #FFFAA6;
}
</style>