Shades of Shalimar #FFF3AA
Tints of Shalimar #FFF3AA
RGB
CMYK
RGB Variations
Color information
#FFF3AA (or 0xFFF3AA) is known color: Shalimar. HEX triplet: FF, F3 and AA. RGB value is (255,243,170). Sum of RGB (Red+Green+Blue) = 255+243+170=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 243 (95.31% from 255 or 36.38% from 668); Blue value is 170 (66.80% from 255 or 25.45% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF3AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF3AA is #000C55. Grayscale: #EEEEEE. Windows color (decimal): -3158 or 11203583. OLE color: 11203583.
HSL color Cylindrical-coordinate representation of color #FFF3AA: hue angle of 51.53º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFF3AA is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 170 | - |
| CMYK | 0 | 0.05 | 0.33 | 0 |
| HSL | 51.53º | 1% | 0.83% | - |
| HSV(B) | 51.53º | 0.33% | 1% | - |
| XYZ | 80.55 | 88.26 | 50.82 | - |
| YUV | 238.27 | 89.48 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 170 | 0 | 0.05 | 0.33 | 0 | 51.53 | 1 | 0.83 |
| Hex | FF | F3 | AA | 0 | 5 | 21 | 0 | 34 | 64 | 53 |
| Octal | 377 | 363 | 252 | 0 | 5 | 41 | 0 | 64 | 144 | 123 |
| Binary | 11111111 | 11110011 | 10101010 | 0 | 101 | 100001 | 0 | 110100 | 1100100 | 1010011 |
Color Harmonies of #FFF3AA
Complementary color
Monochromatic Colors of #FFF3AA
Black with #FFF3AA
Text Example
Text Example
White with #FFF3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF3AA; }
p { color: rgb(255,243,170); }
H1.HeaderClassName
{
color: #FFF3AA;
}
.AnyTagClassName
{
color: #FFF3AA;
}
</style>
background-color css
<style>
a { background-color: #FFF3AA; }
a { background-color: rgb(255,243,170); }
div.DivClassName
{
background-color: #FFF3AA;
}
.BgClassName
{
background-color: #FFF3AA;
}
</style>
border-color css
<style>
span { border-color: #FFF3AA; }
span { border-color: rgb(255,243,170); }
td.TdClassName
{
border-color: #FFF3AA;
}
.TagClassName
{
border-color: #FFF3AA;
}
</style>