Shades of Shalimar #FFF3AC
Tints of Shalimar #FFF3AC
RGB
CMYK
RGB Variations
Color information
#FFF3AC (or 0xFFF3AC) is known color: Shalimar. HEX triplet: FF, F3 and AC. RGB value is (255,243,172). Sum of RGB (Red+Green+Blue) = 255+243+172=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 243 (95.31% from 255 or 36.27% from 670); Blue value is 172 (67.58% from 255 or 25.67% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF3AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF3AC is #000C53. Grayscale: #EEEEEE. Windows color (decimal): -3156 or 11334655. OLE color: 11334655.
HSL color Cylindrical-coordinate representation of color #FFF3AC: hue angle of 51.33º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFF3AC is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 172 | - |
| CMYK | 0 | 0.05 | 0.33 | 0 |
| HSL | 51.33º | 1% | 0.84% | - |
| HSV(B) | 51.33º | 0.33% | 1% | - |
| XYZ | 80.74 | 88.34 | 51.83 | - |
| YUV | 238.49 | 90.48 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 172 | 0 | 0.05 | 0.33 | 0 | 51.33 | 1 | 0.84 |
| Hex | FF | F3 | AC | 0 | 5 | 21 | 0 | 33 | 64 | 54 |
| Octal | 377 | 363 | 254 | 0 | 5 | 41 | 0 | 63 | 144 | 124 |
| Binary | 11111111 | 11110011 | 10101100 | 0 | 101 | 100001 | 0 | 110011 | 1100100 | 1010100 |
Color Harmonies of #FFF3AC
Complementary color
Monochromatic Colors of #FFF3AC
Black with #FFF3AC
Text Example
Text Example
White with #FFF3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF3AC; }
p { color: rgb(255,243,172); }
H1.HeaderClassName
{
color: #FFF3AC;
}
.AnyTagClassName
{
color: #FFF3AC;
}
</style>
background-color css
<style>
a { background-color: #FFF3AC; }
a { background-color: rgb(255,243,172); }
div.DivClassName
{
background-color: #FFF3AC;
}
.BgClassName
{
background-color: #FFF3AC;
}
</style>
border-color css
<style>
span { border-color: #FFF3AC; }
span { border-color: rgb(255,243,172); }
td.TdClassName
{
border-color: #FFF3AC;
}
.TagClassName
{
border-color: #FFF3AC;
}
</style>