Shades of Shalimar #FFFBA8
Tints of Shalimar #FFFBA8
RGB
CMYK
RGB Variations
Color information
#FFFBA8 (or 0xFFFBA8) is known color: Shalimar. HEX triplet: FF, FB and A8. RGB value is (255,251,168). Sum of RGB (Red+Green+Blue) = 255+251+168=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 251 (98.44% from 255 or 37.24% from 674); Blue value is 168 (66.02% from 255 or 24.93% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFBA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFBA8 is #000457. Grayscale: #F3F3F3. Windows color (decimal): -1112 or 11074559. OLE color: 11074559.
HSL color Cylindrical-coordinate representation of color #FFFBA8: hue angle of 57.24º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FFFBA8 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 251 | 168 | - |
| CMYK | 0 | 0.02 | 0.34 | 0 |
| HSL | 57.24º | 1% | 0.83% | - |
| HSV(B) | 57.24º | 0.34% | 1% | - |
| XYZ | 82.81 | 93.08 | 50.65 | - |
| YUV | 242.73 | 85.83 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 251 | 168 | 0 | 0.02 | 0.34 | 0 | 57.24 | 1 | 0.83 |
| Hex | FF | FB | A8 | 0 | 2 | 22 | 0 | 39 | 64 | 53 |
| Octal | 377 | 373 | 250 | 0 | 2 | 42 | 0 | 71 | 144 | 123 |
| Binary | 11111111 | 11111011 | 10101000 | 0 | 10 | 100010 | 0 | 111001 | 1100100 | 1010011 |
Color Harmonies of #FFFBA8
Complementary color
Monochromatic Colors of #FFFBA8
Black with #FFFBA8
Text Example
Text Example
White with #FFFBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFBA8; }
p { color: rgb(255,251,168); }
H1.HeaderClassName
{
color: #FFFBA8;
}
.AnyTagClassName
{
color: #FFFBA8;
}
</style>
background-color css
<style>
a { background-color: #FFFBA8; }
a { background-color: rgb(255,251,168); }
div.DivClassName
{
background-color: #FFFBA8;
}
.BgClassName
{
background-color: #FFFBA8;
}
</style>
border-color css
<style>
span { border-color: #FFFBA8; }
span { border-color: rgb(255,251,168); }
td.TdClassName
{
border-color: #FFFBA8;
}
.TagClassName
{
border-color: #FFFBA8;
}
</style>