Shades of Shalimar #FFF3AE
Tints of Shalimar #FFF3AE
RGB
CMYK
RGB Variations
Color information
#FFF3AE (or 0xFFF3AE) is known color: Shalimar. HEX triplet: FF, F3 and AE. RGB value is (255,243,174). Sum of RGB (Red+Green+Blue) = 255+243+174=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 243 (95.31% from 255 or 36.16% from 672); Blue value is 174 (68.36% from 255 or 25.89% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF3AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF3AE is #000C51. Grayscale: #EFEFEF. Windows color (decimal): -3154 or 11465727. OLE color: 11465727.
HSL color Cylindrical-coordinate representation of color #FFF3AE: hue angle of 51.11º 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 #FFF3AE is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 174 | - |
| CMYK | 0 | 0.05 | 0.32 | 0 |
| HSL | 51.11º | 1% | 0.84% | - |
| HSV(B) | 51.11º | 0.32% | 1% | - |
| XYZ | 80.93 | 88.42 | 52.85 | - |
| YUV | 238.72 | 91.48 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 174 | 0 | 0.05 | 0.32 | 0 | 51.11 | 1 | 0.84 |
| Hex | FF | F3 | AE | 0 | 5 | 20 | 0 | 33 | 64 | 54 |
| Octal | 377 | 363 | 256 | 0 | 5 | 40 | 0 | 63 | 144 | 124 |
| Binary | 11111111 | 11110011 | 10101110 | 0 | 101 | 100000 | 0 | 110011 | 1100100 | 1010100 |
Color Harmonies of #FFF3AE
Complementary color
Monochromatic Colors of #FFF3AE
Black with #FFF3AE
Text Example
Text Example
White with #FFF3AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF3AE; }
p { color: rgb(255,243,174); }
H1.HeaderClassName
{
color: #FFF3AE;
}
.AnyTagClassName
{
color: #FFF3AE;
}
</style>
background-color css
<style>
a { background-color: #FFF3AE; }
a { background-color: rgb(255,243,174); }
div.DivClassName
{
background-color: #FFF3AE;
}
.BgClassName
{
background-color: #FFF3AE;
}
</style>
border-color css
<style>
span { border-color: #FFF3AE; }
span { border-color: rgb(255,243,174); }
td.TdClassName
{
border-color: #FFF3AE;
}
.TagClassName
{
border-color: #FFF3AE;
}
</style>