Shades of Shalimar #FFFBAA
Tints of Shalimar #FFFBAA
RGB
CMYK
RGB Variations
Color information
#FFFBAA (or 0xFFFBAA) is known color: Shalimar. HEX triplet: FF, FB and AA. RGB value is (255,251,170). Sum of RGB (Red+Green+Blue) = 255+251+170=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 251 (98.44% from 255 or 37.13% from 676); Blue value is 170 (66.80% from 255 or 25.15% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFBAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFBAA is #000455. Grayscale: #F3F3F3. Windows color (decimal): -1110 or 11205631. OLE color: 11205631.
HSL color Cylindrical-coordinate representation of color #FFFBAA: hue angle of 57.18º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFFBAA is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 251 | 170 | - |
| CMYK | 0 | 0.02 | 0.33 | 0 |
| HSL | 57.18º | 1% | 0.83% | - |
| HSV(B) | 57.18º | 0.33% | 1% | - |
| XYZ | 82.99 | 93.16 | 51.64 | - |
| YUV | 242.96 | 86.83 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 251 | 170 | 0 | 0.02 | 0.33 | 0 | 57.18 | 1 | 0.83 |
| Hex | FF | FB | AA | 0 | 2 | 21 | 0 | 39 | 64 | 53 |
| Octal | 377 | 373 | 252 | 0 | 2 | 41 | 0 | 71 | 144 | 123 |
| Binary | 11111111 | 11111011 | 10101010 | 0 | 10 | 100001 | 0 | 111001 | 1100100 | 1010011 |
Color Harmonies of #FFFBAA
Complementary color
Monochromatic Colors of #FFFBAA
Black with #FFFBAA
Text Example
Text Example
White with #FFFBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFBAA; }
p { color: rgb(255,251,170); }
H1.HeaderClassName
{
color: #FFFBAA;
}
.AnyTagClassName
{
color: #FFFBAA;
}
</style>
background-color css
<style>
a { background-color: #FFFBAA; }
a { background-color: rgb(255,251,170); }
div.DivClassName
{
background-color: #FFFBAA;
}
.BgClassName
{
background-color: #FFFBAA;
}
</style>
border-color css
<style>
span { border-color: #FFFBAA; }
span { border-color: rgb(255,251,170); }
td.TdClassName
{
border-color: #FFFBAA;
}
.TagClassName
{
border-color: #FFFBAA;
}
</style>