Shades of Shalimar #FFFAB4
Tints of Shalimar #FFFAB4
RGB
CMYK
RGB Variations
Color information
#FFFAB4 (or 0xFFFAB4) is known color: Shalimar. HEX triplet: FF, FA and B4. RGB value is (255,250,180). Sum of RGB (Red+Green+Blue) = 255+250+180=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 250 (98.05% from 255 or 36.50% from 685); Blue value is 180 (70.70% from 255 or 26.28% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFAB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFAB4 is #00054B. Grayscale: #F3F3F3. Windows color (decimal): -1356 or 11860735. OLE color: 11860735.
HSL color Cylindrical-coordinate representation of color #FFFAB4: hue angle of 56º 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 #FFFAB4 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 180 | - |
| CMYK | 0 | 0.02 | 0.29 | 0 |
| HSL | 56º | 1% | 0.85% | - |
| HSV(B) | 56º | 0.29% | 1% | - |
| XYZ | 83.66 | 92.93 | 56.71 | - |
| YUV | 243.52 | 92.16 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 180 | 0 | 0.02 | 0.29 | 0 | 56 | 1 | 0.85 |
| Hex | FF | FA | B4 | 0 | 2 | 1D | 0 | 38 | 64 | 55 |
| Octal | 377 | 372 | 264 | 0 | 2 | 35 | 0 | 70 | 144 | 125 |
| Binary | 11111111 | 11111010 | 10110100 | 0 | 10 | 11101 | 0 | 111000 | 1100100 | 1010101 |
Color Harmonies of #FFFAB4
Complementary color
Monochromatic Colors of #FFFAB4
Black with #FFFAB4
Text Example
Text Example
White with #FFFAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFAB4; }
p { color: rgb(255,250,180); }
H1.HeaderClassName
{
color: #FFFAB4;
}
.AnyTagClassName
{
color: #FFFAB4;
}
</style>
background-color css
<style>
a { background-color: #FFFAB4; }
a { background-color: rgb(255,250,180); }
div.DivClassName
{
background-color: #FFFAB4;
}
.BgClassName
{
background-color: #FFFAB4;
}
</style>
border-color css
<style>
span { border-color: #FFFAB4; }
span { border-color: rgb(255,250,180); }
td.TdClassName
{
border-color: #FFFAB4;
}
.TagClassName
{
border-color: #FFFAB4;
}
</style>