Shades of Shalimar #FFF3AD
Tints of Shalimar #FFF3AD
RGB
CMYK
RGB Variations
Color information
#FFF3AD (or 0xFFF3AD) is known color: Shalimar. HEX triplet: FF, F3 and AD. RGB value is (255,243,173). Sum of RGB (Red+Green+Blue) = 255+243+173=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 243 (95.31% from 255 or 36.21% from 671); Blue value is 173 (67.97% from 255 or 25.78% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF3AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF3AD is #000C52. Grayscale: #EEEEEE. Windows color (decimal): -3155 or 11400191. OLE color: 11400191.
HSL color Cylindrical-coordinate representation of color #FFF3AD: hue angle of 51.22º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFF3AD is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 173 | - |
| CMYK | 0 | 0.05 | 0.32 | 0 |
| HSL | 51.22º | 1% | 0.84% | - |
| HSV(B) | 51.22º | 0.32% | 1% | - |
| XYZ | 80.83 | 88.38 | 52.33 | - |
| YUV | 238.61 | 90.98 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 173 | 0 | 0.05 | 0.32 | 0 | 51.22 | 1 | 0.84 |
| Hex | FF | F3 | AD | 0 | 5 | 20 | 0 | 33 | 64 | 54 |
| Octal | 377 | 363 | 255 | 0 | 5 | 40 | 0 | 63 | 144 | 124 |
| Binary | 11111111 | 11110011 | 10101101 | 0 | 101 | 100000 | 0 | 110011 | 1100100 | 1010100 |
Color Harmonies of #FFF3AD
Complementary color
Monochromatic Colors of #FFF3AD
Black with #FFF3AD
Text Example
Text Example
White with #FFF3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF3AD; }
p { color: rgb(255,243,173); }
H1.HeaderClassName
{
color: #FFF3AD;
}
.AnyTagClassName
{
color: #FFF3AD;
}
</style>
background-color css
<style>
a { background-color: #FFF3AD; }
a { background-color: rgb(255,243,173); }
div.DivClassName
{
background-color: #FFF3AD;
}
.BgClassName
{
background-color: #FFF3AD;
}
</style>
border-color css
<style>
span { border-color: #FFF3AD; }
span { border-color: rgb(255,243,173); }
td.TdClassName
{
border-color: #FFF3AD;
}
.TagClassName
{
border-color: #FFF3AD;
}
</style>