Shades of Shalimar #FDFFAB
Tints of Shalimar #FDFFAB
RGB
CMYK
RGB Variations
Color information
#FDFFAB (or 0xFDFFAB) is known color: Shalimar. HEX triplet: FD, FF and AB. RGB value is (253,255,171). Sum of RGB (Red+Green+Blue) = 253+255+171=679 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.26% from 679); Green value is 255 (100% from 255 or 37.56% from 679); Blue value is 171 (67.19% from 255 or 25.18% from 679); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFFAB is #020054. Grayscale: #F5F5F5. Windows color (decimal): -131157 or 11272189. OLE color: 11272189.
HSL color Cylindrical-coordinate representation of color #FDFFAB: hue angle of 61.43º 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 #FDFFAB is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 171 | - |
| CMYK | 0.01 | 0 | 0.33 | 0 |
| HSL | 61.43º | 1% | 0.84% | - |
| HSV(B) | 61.43º | 0.33% | 1% | - |
| XYZ | 83.62 | 95.34 | 52.52 | - |
| YUV | 244.83 | 86.34 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 171 | 0.01 | 0 | 0.33 | 0 | 61.43 | 1 | 0.84 |
| Hex | FD | FF | AB | 1 | 0 | 21 | 0 | 3D | 64 | 54 |
| Octal | 375 | 377 | 253 | 1 | 0 | 41 | 0 | 75 | 144 | 124 |
| Binary | 11111101 | 11111111 | 10101011 | 1 | 0 | 100001 | 0 | 111101 | 1100100 | 1010100 |
Color Harmonies of #FDFFAB
Complementary color
Monochromatic Colors of #FDFFAB
Black with #FDFFAB
Text Example
Text Example
White with #FDFFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFFAB; }
p { color: rgb(253,255,171); }
H1.HeaderClassName
{
color: #FDFFAB;
}
.AnyTagClassName
{
color: #FDFFAB;
}
</style>
background-color css
<style>
a { background-color: #FDFFAB; }
a { background-color: rgb(253,255,171); }
div.DivClassName
{
background-color: #FDFFAB;
}
.BgClassName
{
background-color: #FDFFAB;
}
</style>
border-color css
<style>
span { border-color: #FDFFAB; }
span { border-color: rgb(253,255,171); }
td.TdClassName
{
border-color: #FDFFAB;
}
.TagClassName
{
border-color: #FDFFAB;
}
</style>