Shades of Shalimar #F7FBA5
Tints of Shalimar #F7FBA5
RGB
CMYK
RGB Variations
Color information
#F7FBA5 (or 0xF7FBA5) is known color: Shalimar. HEX triplet: F7, FB and A5. RGB value is (247,251,165). Sum of RGB (Red+Green+Blue) = 247+251+165=663 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.25% from 663); Green value is 251 (98.44% from 255 or 37.86% from 663); Blue value is 165 (64.84% from 255 or 24.89% from 663); Max value from RGB is 251 - color contains mainly: green. Hex color #F7FBA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7FBA5 is #08045A. Grayscale: #F0F0F0. Windows color (decimal): -525403 or 10877943. OLE color: 10877943.
HSL color Cylindrical-coordinate representation of color #F7FBA5: hue angle of 62.79º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F7FBA5 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 251 | 165 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.02 |
| HSL | 62.79º | 0.91% | 0.82% | - |
| HSV(B) | 62.79º | 0.34% | 0.98% | - |
| XYZ | 79.65 | 91.49 | 49.06 | - |
| YUV | 240 | 85.67 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 251 | 165 | 0.02 | 0 | 0.34 | 0.02 | 62.79 | 0.91 | 0.82 |
| Hex | F7 | FB | A5 | 2 | 0 | 22 | 2 | 3F | 5B | 52 |
| Octal | 367 | 373 | 245 | 2 | 0 | 42 | 2 | 77 | 133 | 122 |
| Binary | 11110111 | 11111011 | 10100101 | 10 | 0 | 100010 | 10 | 111111 | 1011011 | 1010010 |
Color Harmonies of #F7FBA5
Complementary color
Monochromatic Colors of #F7FBA5
Black with #F7FBA5
Text Example
Text Example
White with #F7FBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7FBA5; }
p { color: rgb(247,251,165); }
H1.HeaderClassName
{
color: #F7FBA5;
}
.AnyTagClassName
{
color: #F7FBA5;
}
</style>
background-color css
<style>
a { background-color: #F7FBA5; }
a { background-color: rgb(247,251,165); }
div.DivClassName
{
background-color: #F7FBA5;
}
.BgClassName
{
background-color: #F7FBA5;
}
</style>
border-color css
<style>
span { border-color: #F7FBA5; }
span { border-color: rgb(247,251,165); }
td.TdClassName
{
border-color: #F7FBA5;
}
.TagClassName
{
border-color: #F7FBA5;
}
</style>