Shades of Shalimar #FFFAB5
Tints of Shalimar #FFFAB5
RGB
CMYK
RGB Variations
Color information
#FFFAB5 (or 0xFFFAB5) is known color: Shalimar. HEX triplet: FF, FA and B5. RGB value is (255,250,181). Sum of RGB (Red+Green+Blue) = 255+250+181=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 250 (98.05% from 255 or 36.44% from 686); Blue value is 181 (71.09% from 255 or 26.38% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFAB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFAB5 is #00054A. Grayscale: #F3F3F3. Windows color (decimal): -1355 or 11926271. OLE color: 11926271.
HSL color Cylindrical-coordinate representation of color #FFFAB5: hue angle of 55.95º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFFAB5 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 181 | - |
| CMYK | 0 | 0.02 | 0.29 | 0 |
| HSL | 55.95º | 1% | 0.85% | - |
| HSV(B) | 55.95º | 0.29% | 1% | - |
| XYZ | 83.77 | 92.97 | 57.25 | - |
| YUV | 243.63 | 92.66 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 181 | 0 | 0.02 | 0.29 | 0 | 55.95 | 1 | 0.85 |
| Hex | FF | FA | B5 | 0 | 2 | 1D | 0 | 38 | 64 | 55 |
| Octal | 377 | 372 | 265 | 0 | 2 | 35 | 0 | 70 | 144 | 125 |
| Binary | 11111111 | 11111010 | 10110101 | 0 | 10 | 11101 | 0 | 111000 | 1100100 | 1010101 |
Color Harmonies of #FFFAB5
Complementary color
Monochromatic Colors of #FFFAB5
Black with #FFFAB5
Text Example
Text Example
White with #FFFAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFAB5; }
p { color: rgb(255,250,181); }
H1.HeaderClassName
{
color: #FFFAB5;
}
.AnyTagClassName
{
color: #FFFAB5;
}
</style>
background-color css
<style>
a { background-color: #FFFAB5; }
a { background-color: rgb(255,250,181); }
div.DivClassName
{
background-color: #FFFAB5;
}
.BgClassName
{
background-color: #FFFAB5;
}
</style>
border-color css
<style>
span { border-color: #FFFAB5; }
span { border-color: rgb(255,250,181); }
td.TdClassName
{
border-color: #FFFAB5;
}
.TagClassName
{
border-color: #FFFAB5;
}
</style>