Shades of Shalimar #F3F2B2
Tints of Shalimar #F3F2B2
RGB
CMYK
RGB Variations
Color information
#F3F2B2 (or 0xF3F2B2) is known color: Shalimar. HEX triplet: F3, F2 and B2. RGB value is (243,242,178). Sum of RGB (Red+Green+Blue) = 243+242+178=663 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.65% from 663); Green value is 242 (94.92% from 255 or 36.50% from 663); Blue value is 178 (69.92% from 255 or 26.85% from 663); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F2B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3F2B2 is #0C0D4D. Grayscale: #EBEBEB. Windows color (decimal): -789838 or 11727603. OLE color: 11727603.
HSL color Cylindrical-coordinate representation of color #F3F2B2: hue angle of 59.08º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F3F2B2 is Cyan = 0, Magento = 0.00, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 242 | 178 | - |
| CMYK | 0 | 0.00 | 0.27 | 0.05 |
| HSL | 59.08º | 0.73% | 0.83% | - |
| HSV(B) | 59.08º | 0.27% | 0.95% | - |
| XYZ | 76.75 | 85.77 | 54.63 | - |
| YUV | 235 | 95.83 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 242 | 178 | 0 | 0.00 | 0.27 | 0.05 | 59.08 | 0.73 | 0.83 |
| Hex | F3 | F2 | B2 | 0 | 0 | 1B | 5 | 3B | 49 | 53 |
| Octal | 363 | 362 | 262 | 0 | 0 | 33 | 5 | 73 | 111 | 123 |
| Binary | 11110011 | 11110010 | 10110010 | 0 | 0 | 11011 | 101 | 111011 | 1001001 | 1010011 |
Color Harmonies of #F3F2B2
Complementary color
Monochromatic Colors of #F3F2B2
Black with #F3F2B2
Text Example
Text Example
White with #F3F2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F2B2; }
p { color: rgb(243,242,178); }
H1.HeaderClassName
{
color: #F3F2B2;
}
.AnyTagClassName
{
color: #F3F2B2;
}
</style>
background-color css
<style>
a { background-color: #F3F2B2; }
a { background-color: rgb(243,242,178); }
div.DivClassName
{
background-color: #F3F2B2;
}
.BgClassName
{
background-color: #F3F2B2;
}
</style>
border-color css
<style>
span { border-color: #F3F2B2; }
span { border-color: rgb(243,242,178); }
td.TdClassName
{
border-color: #F3F2B2;
}
.TagClassName
{
border-color: #F3F2B2;
}
</style>