Shades of Shalimar #FFFBAB
Tints of Shalimar #FFFBAB
RGB
CMYK
RGB Variations
Color information
#FFFBAB (or 0xFFFBAB) is known color: Shalimar. HEX triplet: FF, FB and AB. RGB value is (255,251,171). Sum of RGB (Red+Green+Blue) = 255+251+171=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 251 (98.44% from 255 or 37.08% from 677); Blue value is 171 (67.19% from 255 or 25.26% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFBAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFBAB is #000454. Grayscale: #F3F3F3. Windows color (decimal): -1109 or 11271167. OLE color: 11271167.
HSL color Cylindrical-coordinate representation of color #FFFBAB: hue angle of 57.14º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFFBAB is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 251 | 171 | - |
| CMYK | 0 | 0.02 | 0.33 | 0 |
| HSL | 57.14º | 1% | 0.84% | - |
| HSV(B) | 57.14º | 0.33% | 1% | - |
| XYZ | 83.09 | 93.19 | 52.14 | - |
| YUV | 243.08 | 87.33 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 251 | 171 | 0 | 0.02 | 0.33 | 0 | 57.14 | 1 | 0.84 |
| Hex | FF | FB | AB | 0 | 2 | 21 | 0 | 39 | 64 | 54 |
| Octal | 377 | 373 | 253 | 0 | 2 | 41 | 0 | 71 | 144 | 124 |
| Binary | 11111111 | 11111011 | 10101011 | 0 | 10 | 100001 | 0 | 111001 | 1100100 | 1010100 |
Color Harmonies of #FFFBAB
Complementary color
Monochromatic Colors of #FFFBAB
Black with #FFFBAB
Text Example
Text Example
White with #FFFBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFBAB; }
p { color: rgb(255,251,171); }
H1.HeaderClassName
{
color: #FFFBAB;
}
.AnyTagClassName
{
color: #FFFBAB;
}
</style>
background-color css
<style>
a { background-color: #FFFBAB; }
a { background-color: rgb(255,251,171); }
div.DivClassName
{
background-color: #FFFBAB;
}
.BgClassName
{
background-color: #FFFBAB;
}
</style>
border-color css
<style>
span { border-color: #FFFBAB; }
span { border-color: rgb(255,251,171); }
td.TdClassName
{
border-color: #FFFBAB;
}
.TagClassName
{
border-color: #FFFBAB;
}
</style>