Shades of Shalimar #FFFFA6
Tints of Shalimar #FFFFA6
RGB
CMYK
RGB Variations
Color information
#FFFFA6 (or 0xFFFFA6) is known color: Shalimar. HEX triplet: FF, FF and A6. RGB value is (255,255,166). Sum of RGB (Red+Green+Blue) = 255+255+166=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 255 (100% from 255 or 37.72% from 676); Blue value is 166 (65.23% from 255 or 24.56% from 676); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFFA6 is #000059. Grayscale: #F5F5F5. Windows color (decimal): -90 or 10944511. OLE color: 10944511.
HSL color Cylindrical-coordinate representation of color #FFFFA6: hue angle of 60º 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 #FFFFA6 is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 255 | 166 | - |
| CMYK | 0 | 0 | 0.35 | 0 |
| HSL | 60º | 1% | 0.83% | - |
| HSV(B) | 60º | 0.35% | 1% | - |
| XYZ | 83.88 | 95.53 | 50.1 | - |
| YUV | 244.85 | 83.5 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 255 | 166 | 0 | 0 | 0.35 | 0 | 60 | 1 | 0.83 |
| Hex | FF | FF | A6 | 0 | 0 | 23 | 0 | 3C | 64 | 53 |
| Octal | 377 | 377 | 246 | 0 | 0 | 43 | 0 | 74 | 144 | 123 |
| Binary | 11111111 | 11111111 | 10100110 | 0 | 0 | 100011 | 0 | 111100 | 1100100 | 1010011 |
Color Harmonies of #FFFFA6
Complementary color
Monochromatic Colors of #FFFFA6
Black with #FFFFA6
Text Example
Text Example
White with #FFFFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFFA6; }
p { color: rgb(255,255,166); }
H1.HeaderClassName
{
color: #FFFFA6;
}
.AnyTagClassName
{
color: #FFFFA6;
}
</style>
background-color css
<style>
a { background-color: #FFFFA6; }
a { background-color: rgb(255,255,166); }
div.DivClassName
{
background-color: #FFFFA6;
}
.BgClassName
{
background-color: #FFFFA6;
}
</style>
border-color css
<style>
span { border-color: #FFFFA6; }
span { border-color: rgb(255,255,166); }
td.TdClassName
{
border-color: #FFFFA6;
}
.TagClassName
{
border-color: #FFFFA6;
}
</style>