Shades of Shalimar #FFFBAC
Tints of Shalimar #FFFBAC
RGB
CMYK
RGB Variations
Color information
#FFFBAC (or 0xFFFBAC) is known color: Shalimar. HEX triplet: FF, FB and AC. RGB value is (255,251,172). Sum of RGB (Red+Green+Blue) = 255+251+172=678 (89% of max value = 765). Red value is 255 (100% from 255 or 37.61% from 678); Green value is 251 (98.44% from 255 or 37.02% from 678); Blue value is 172 (67.58% from 255 or 25.37% from 678); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFBAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFBAC is #000453. Grayscale: #F3F3F3. Windows color (decimal): -1108 or 11336703. OLE color: 11336703.
HSL color Cylindrical-coordinate representation of color #FFFBAC: hue angle of 57.11º 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 #FFFBAC is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 251 | 172 | - |
| CMYK | 0 | 0.02 | 0.33 | 0 |
| HSL | 57.11º | 1% | 0.84% | - |
| HSV(B) | 57.11º | 0.33% | 1% | - |
| XYZ | 83.18 | 93.23 | 52.64 | - |
| YUV | 243.19 | 87.83 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 251 | 172 | 0 | 0.02 | 0.33 | 0 | 57.11 | 1 | 0.84 |
| Hex | FF | FB | AC | 0 | 2 | 21 | 0 | 39 | 64 | 54 |
| Octal | 377 | 373 | 254 | 0 | 2 | 41 | 0 | 71 | 144 | 124 |
| Binary | 11111111 | 11111011 | 10101100 | 0 | 10 | 100001 | 0 | 111001 | 1100100 | 1010100 |
Color Harmonies of #FFFBAC
Complementary color
Monochromatic Colors of #FFFBAC
Black with #FFFBAC
Text Example
Text Example
White with #FFFBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFBAC; }
p { color: rgb(255,251,172); }
H1.HeaderClassName
{
color: #FFFBAC;
}
.AnyTagClassName
{
color: #FFFBAC;
}
</style>
background-color css
<style>
a { background-color: #FFFBAC; }
a { background-color: rgb(255,251,172); }
div.DivClassName
{
background-color: #FFFBAC;
}
.BgClassName
{
background-color: #FFFBAC;
}
</style>
border-color css
<style>
span { border-color: #FFFBAC; }
span { border-color: rgb(255,251,172); }
td.TdClassName
{
border-color: #FFFBAC;
}
.TagClassName
{
border-color: #FFFBAC;
}
</style>