Shades of Shalimar #FFF3A7
Tints of Shalimar #FFF3A7
RGB
CMYK
RGB Variations
Color information
#FFF3A7 (or 0xFFF3A7) is known color: Shalimar. HEX triplet: FF, F3 and A7. RGB value is (255,243,167). Sum of RGB (Red+Green+Blue) = 255+243+167=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 243 (95.31% from 255 or 36.54% from 665); Blue value is 167 (65.62% from 255 or 25.11% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF3A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF3A7 is #000C58. Grayscale: #EEEEEE. Windows color (decimal): -3161 or 11006975. OLE color: 11006975.
HSL color Cylindrical-coordinate representation of color #FFF3A7: hue angle of 51.82º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFF3A7 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 167 | - |
| CMYK | 0 | 0.05 | 0.35 | 0 |
| HSL | 51.82º | 1% | 0.83% | - |
| HSV(B) | 51.82º | 0.35% | 1% | - |
| XYZ | 80.27 | 88.15 | 49.34 | - |
| YUV | 237.92 | 87.98 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 167 | 0 | 0.05 | 0.35 | 0 | 51.82 | 1 | 0.83 |
| Hex | FF | F3 | A7 | 0 | 5 | 23 | 0 | 34 | 64 | 53 |
| Octal | 377 | 363 | 247 | 0 | 5 | 43 | 0 | 64 | 144 | 123 |
| Binary | 11111111 | 11110011 | 10100111 | 0 | 101 | 100011 | 0 | 110100 | 1100100 | 1010011 |
Color Harmonies of #FFF3A7
Complementary color
Monochromatic Colors of #FFF3A7
Black with #FFF3A7
Text Example
Text Example
White with #FFF3A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF3A7; }
p { color: rgb(255,243,167); }
H1.HeaderClassName
{
color: #FFF3A7;
}
.AnyTagClassName
{
color: #FFF3A7;
}
</style>
background-color css
<style>
a { background-color: #FFF3A7; }
a { background-color: rgb(255,243,167); }
div.DivClassName
{
background-color: #FFF3A7;
}
.BgClassName
{
background-color: #FFF3A7;
}
</style>
border-color css
<style>
span { border-color: #FFF3A7; }
span { border-color: rgb(255,243,167); }
td.TdClassName
{
border-color: #FFF3A7;
}
.TagClassName
{
border-color: #FFF3A7;
}
</style>