Shades of Shalimar #FBFFA4
Tints of Shalimar #FBFFA4
RGB
CMYK
RGB Variations
Color information
#FBFFA4 (or 0xFBFFA4) is known color: Shalimar. HEX triplet: FB, FF and A4. RGB value is (251,255,164). Sum of RGB (Red+Green+Blue) = 251+255+164=670 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.46% from 670); Green value is 255 (100% from 255 or 38.06% from 670); Blue value is 164 (64.45% from 255 or 24.48% from 670); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFFA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFFA4 is #04005B. Grayscale: #F3F3F3. Windows color (decimal): -262236 or 10813435. OLE color: 10813435.
HSL color Cylindrical-coordinate representation of color #FBFFA4: hue angle of 62.64º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FBFFA4 is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 255 | 164 | - |
| CMYK | 0.02 | 0 | 0.36 | 0 |
| HSL | 62.64º | 1% | 0.82% | - |
| HSV(B) | 62.64º | 0.36% | 1% | - |
| XYZ | 82.24 | 94.71 | 49.07 | - |
| YUV | 243.43 | 83.17 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 255 | 164 | 0.02 | 0 | 0.36 | 0 | 62.64 | 1 | 0.82 |
| Hex | FB | FF | A4 | 2 | 0 | 24 | 0 | 3F | 64 | 52 |
| Octal | 373 | 377 | 244 | 2 | 0 | 44 | 0 | 77 | 144 | 122 |
| Binary | 11111011 | 11111111 | 10100100 | 10 | 0 | 100100 | 0 | 111111 | 1100100 | 1010010 |
Color Harmonies of #FBFFA4
Complementary color
Monochromatic Colors of #FBFFA4
Black with #FBFFA4
Text Example
Text Example
White with #FBFFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFFA4; }
p { color: rgb(251,255,164); }
H1.HeaderClassName
{
color: #FBFFA4;
}
.AnyTagClassName
{
color: #FBFFA4;
}
</style>
background-color css
<style>
a { background-color: #FBFFA4; }
a { background-color: rgb(251,255,164); }
div.DivClassName
{
background-color: #FBFFA4;
}
.BgClassName
{
background-color: #FBFFA4;
}
</style>
border-color css
<style>
span { border-color: #FBFFA4; }
span { border-color: rgb(251,255,164); }
td.TdClassName
{
border-color: #FBFFA4;
}
.TagClassName
{
border-color: #FBFFA4;
}
</style>