Shades of Shalimar #FFFAB2
Tints of Shalimar #FFFAB2
RGB
CMYK
RGB Variations
Color information
#FFFAB2 (or 0xFFFAB2) is known color: Shalimar. HEX triplet: FF, FA and B2. RGB value is (255,250,178). Sum of RGB (Red+Green+Blue) = 255+250+178=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 250 (98.05% from 255 or 36.60% from 683); Blue value is 178 (69.92% from 255 or 26.06% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFAB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFAB2 is #00054D. Grayscale: #F3F3F3. Windows color (decimal): -1358 or 11729663. OLE color: 11729663.
HSL color Cylindrical-coordinate representation of color #FFFAB2: hue angle of 56.1º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFFAB2 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 178 | - |
| CMYK | 0 | 0.02 | 0.30 | 0 |
| HSL | 56.1º | 1% | 0.85% | - |
| HSV(B) | 56.1º | 0.3% | 1% | - |
| XYZ | 83.46 | 92.85 | 55.64 | - |
| YUV | 243.29 | 91.16 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 178 | 0 | 0.02 | 0.30 | 0 | 56.1 | 1 | 0.85 |
| Hex | FF | FA | B2 | 0 | 2 | 1E | 0 | 38 | 64 | 55 |
| Octal | 377 | 372 | 262 | 0 | 2 | 36 | 0 | 70 | 144 | 125 |
| Binary | 11111111 | 11111010 | 10110010 | 0 | 10 | 11110 | 0 | 111000 | 1100100 | 1010101 |
Color Harmonies of #FFFAB2
Complementary color
Monochromatic Colors of #FFFAB2
Black with #FFFAB2
Text Example
Text Example
White with #FFFAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFAB2; }
p { color: rgb(255,250,178); }
H1.HeaderClassName
{
color: #FFFAB2;
}
.AnyTagClassName
{
color: #FFFAB2;
}
</style>
background-color css
<style>
a { background-color: #FFFAB2; }
a { background-color: rgb(255,250,178); }
div.DivClassName
{
background-color: #FFFAB2;
}
.BgClassName
{
background-color: #FFFAB2;
}
</style>
border-color css
<style>
span { border-color: #FFFAB2; }
span { border-color: rgb(255,250,178); }
td.TdClassName
{
border-color: #FFFAB2;
}
.TagClassName
{
border-color: #FFFAB2;
}
</style>