Shades of Shalimar #FFFFB2
Tints of Shalimar #FFFFB2
RGB
CMYK
RGB Variations
Color information
#FFFFB2 (or 0xFFFFB2) is known color: Shalimar. HEX triplet: FF, FF and B2. RGB value is (255,255,178). Sum of RGB (Red+Green+Blue) = 255+255+178=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 255 (100% from 255 or 37.06% from 688); Blue value is 178 (69.92% from 255 or 25.87% from 688); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFFB2 is #00004D. Grayscale: #F6F6F6. Windows color (decimal): -78 or 11730943. OLE color: 11730943.
HSL color Cylindrical-coordinate representation of color #FFFFB2: hue angle of 60º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFFFB2 is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 255 | 178 | - |
CMYK | 0 | 0 | 0.30 | 0 |
HSL | 60º | 1% | 0.85% | - |
HSV(B) | 60º | 0.3% | 1% | - |
XYZ | 85.04 | 95.99 | 56.17 | - |
YUV | 246.22 | 89.5 | 134.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 255 | 178 | 0 | 0 | 0.30 | 0 | 60 | 1 | 0.85 |
Hex | FF | FF | B2 | 0 | 0 | 1E | 0 | 3C | 64 | 55 |
Octal | 377 | 377 | 262 | 0 | 0 | 36 | 0 | 74 | 144 | 125 |
Binary | 11111111 | 11111111 | 10110010 | 0 | 0 | 11110 | 0 | 111100 | 1100100 | 1010101 |
Color Harmonies of #FFFFB2
Complementary color
Monochromatic Colors of #FFFFB2
Black with #FFFFB2
Text Example
Text Example
White with #FFFFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFFB2; }
p { color: rgb(255,255,178); }
H1.HeaderClassName
{
color: #FFFFB2;
}
.AnyTagClassName
{
color: #FFFFB2;
}
</style>
background-color css
<style>
a { background-color: #FFFFB2; }
a { background-color: rgb(255,255,178); }
div.DivClassName
{
background-color: #FFFFB2;
}
.BgClassName
{
background-color: #FFFFB2;
}
</style>
border-color css
<style>
span { border-color: #FFFFB2; }
span { border-color: rgb(255,255,178); }
td.TdClassName
{
border-color: #FFFFB2;
}
.TagClassName
{
border-color: #FFFFB2;
}
</style>