Shades of Shalimar #FFF3A8
Tints of Shalimar #FFF3A8
RGB
CMYK
RGB Variations
Color information
#FFF3A8 (or 0xFFF3A8) is known color: Shalimar. HEX triplet: FF, F3 and A8. RGB value is (255,243,168). Sum of RGB (Red+Green+Blue) = 255+243+168=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 243 (95.31% from 255 or 36.49% from 666); Blue value is 168 (66.02% from 255 or 25.23% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF3A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF3A8 is #000C57. Grayscale: #EEEEEE. Windows color (decimal): -3160 or 11072511. OLE color: 11072511.
HSL color Cylindrical-coordinate representation of color #FFF3A8: hue angle of 51.72º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FFF3A8 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 168 | - |
| CMYK | 0 | 0.05 | 0.34 | 0 |
| HSL | 51.72º | 1% | 0.83% | - |
| HSV(B) | 51.72º | 0.34% | 1% | - |
| XYZ | 80.36 | 88.19 | 49.83 | - |
| YUV | 238.04 | 88.48 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 168 | 0 | 0.05 | 0.34 | 0 | 51.72 | 1 | 0.83 |
| Hex | FF | F3 | A8 | 0 | 5 | 22 | 0 | 34 | 64 | 53 |
| Octal | 377 | 363 | 250 | 0 | 5 | 42 | 0 | 64 | 144 | 123 |
| Binary | 11111111 | 11110011 | 10101000 | 0 | 101 | 100010 | 0 | 110100 | 1100100 | 1010011 |
Color Harmonies of #FFF3A8
Complementary color
Monochromatic Colors of #FFF3A8
Black with #FFF3A8
Text Example
Text Example
White with #FFF3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF3A8; }
p { color: rgb(255,243,168); }
H1.HeaderClassName
{
color: #FFF3A8;
}
.AnyTagClassName
{
color: #FFF3A8;
}
</style>
background-color css
<style>
a { background-color: #FFF3A8; }
a { background-color: rgb(255,243,168); }
div.DivClassName
{
background-color: #FFF3A8;
}
.BgClassName
{
background-color: #FFF3A8;
}
</style>
border-color css
<style>
span { border-color: #FFF3A8; }
span { border-color: rgb(255,243,168); }
td.TdClassName
{
border-color: #FFF3A8;
}
.TagClassName
{
border-color: #FFF3A8;
}
</style>