Shades of Shalimar #F6FBA7
Tints of Shalimar #F6FBA7
RGB
CMYK
RGB Variations
Color information
#F6FBA7 (or 0xF6FBA7) is known color: Shalimar. HEX triplet: F6, FB and A7. RGB value is (246,251,167). Sum of RGB (Red+Green+Blue) = 246+251+167=664 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.05% from 664); Green value is 251 (98.44% from 255 or 37.80% from 664); Blue value is 167 (65.62% from 255 or 25.15% from 664); Max value from RGB is 251 - color contains mainly: green. Hex color #F6FBA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6FBA7 is #090458. Grayscale: #F0F0F0. Windows color (decimal): -590937 or 11009014. OLE color: 11009014.
HSL color Cylindrical-coordinate representation of color #F6FBA7: hue angle of 63.57º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F6FBA7 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 251 | 167 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.02 |
| HSL | 63.57º | 0.91% | 0.82% | - |
| HSV(B) | 63.57º | 0.33% | 0.98% | - |
| XYZ | 79.48 | 91.38 | 50.01 | - |
| YUV | 239.93 | 86.84 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 251 | 167 | 0.02 | 0 | 0.33 | 0.02 | 63.57 | 0.91 | 0.82 |
| Hex | F6 | FB | A7 | 2 | 0 | 21 | 2 | 40 | 5B | 52 |
| Octal | 366 | 373 | 247 | 2 | 0 | 41 | 2 | 100 | 133 | 122 |
| Binary | 11110110 | 11111011 | 10100111 | 10 | 0 | 100001 | 10 | 1000000 | 1011011 | 1010010 |
Color Harmonies of #F6FBA7
Complementary color
Monochromatic Colors of #F6FBA7
Black with #F6FBA7
Text Example
Text Example
White with #F6FBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FBA7; }
p { color: rgb(246,251,167); }
H1.HeaderClassName
{
color: #F6FBA7;
}
.AnyTagClassName
{
color: #F6FBA7;
}
</style>
background-color css
<style>
a { background-color: #F6FBA7; }
a { background-color: rgb(246,251,167); }
div.DivClassName
{
background-color: #F6FBA7;
}
.BgClassName
{
background-color: #F6FBA7;
}
</style>
border-color css
<style>
span { border-color: #F6FBA7; }
span { border-color: rgb(246,251,167); }
td.TdClassName
{
border-color: #F6FBA7;
}
.TagClassName
{
border-color: #F6FBA7;
}
</style>