Shades of Shalimar #FFFAB1
Tints of Shalimar #FFFAB1
RGB
CMYK
RGB Variations
Color information
#FFFAB1 (or 0xFFFAB1) is known color: Shalimar. HEX triplet: FF, FA and B1. RGB value is (255,250,177). Sum of RGB (Red+Green+Blue) = 255+250+177=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 250 (98.05% from 255 or 36.66% from 682); Blue value is 177 (69.53% from 255 or 25.95% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFAB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFAB1 is #00054E. Grayscale: #F3F3F3. Windows color (decimal): -1359 or 11664127. OLE color: 11664127.
HSL color Cylindrical-coordinate representation of color #FFFAB1: hue angle of 56.15º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFFAB1 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 177 | - |
| CMYK | 0 | 0.02 | 0.31 | 0 |
| HSL | 56.15º | 1% | 0.85% | - |
| HSV(B) | 56.15º | 0.31% | 1% | - |
| XYZ | 83.36 | 92.81 | 55.11 | - |
| YUV | 243.17 | 90.66 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 177 | 0 | 0.02 | 0.31 | 0 | 56.15 | 1 | 0.85 |
| Hex | FF | FA | B1 | 0 | 2 | 1F | 0 | 38 | 64 | 55 |
| Octal | 377 | 372 | 261 | 0 | 2 | 37 | 0 | 70 | 144 | 125 |
| Binary | 11111111 | 11111010 | 10110001 | 0 | 10 | 11111 | 0 | 111000 | 1100100 | 1010101 |
Color Harmonies of #FFFAB1
Complementary color
Monochromatic Colors of #FFFAB1
Black with #FFFAB1
Text Example
Text Example
White with #FFFAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFAB1; }
p { color: rgb(255,250,177); }
H1.HeaderClassName
{
color: #FFFAB1;
}
.AnyTagClassName
{
color: #FFFAB1;
}
</style>
background-color css
<style>
a { background-color: #FFFAB1; }
a { background-color: rgb(255,250,177); }
div.DivClassName
{
background-color: #FFFAB1;
}
.BgClassName
{
background-color: #FFFAB1;
}
</style>
border-color css
<style>
span { border-color: #FFFAB1; }
span { border-color: rgb(255,250,177); }
td.TdClassName
{
border-color: #FFFAB1;
}
.TagClassName
{
border-color: #FFFAB1;
}
</style>