Shades of Shalimar #FDFFAC
Tints of Shalimar #FDFFAC
RGB
CMYK
RGB Variations
Color information
#FDFFAC (or 0xFDFFAC) is known color: Shalimar. HEX triplet: FD, FF and AC. RGB value is (253,255,172). Sum of RGB (Red+Green+Blue) = 253+255+172=680 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.21% from 680); Green value is 255 (100% from 255 or 37.5% from 680); Blue value is 172 (67.58% from 255 or 25.29% from 680); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFFAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFFAC is #020053. Grayscale: #F5F5F5. Windows color (decimal): -131156 or 11337725. OLE color: 11337725.
HSL color Cylindrical-coordinate representation of color #FDFFAC: hue angle of 61.45º 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 #FDFFAC is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
RGB | 253 | 255 | 172 | - |
CMYK | 0.01 | 0 | 0.33 | 0 |
HSL | 61.45º | 1% | 0.84% | - |
HSV(B) | 61.45º | 0.33% | 1% | - |
XYZ | 83.71 | 95.38 | 53.03 | - |
YUV | 244.94 | 86.84 | 133.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 255 | 172 | 0.01 | 0 | 0.33 | 0 | 61.45 | 1 | 0.84 |
Hex | FD | FF | AC | 1 | 0 | 21 | 0 | 3D | 64 | 54 |
Octal | 375 | 377 | 254 | 1 | 0 | 41 | 0 | 75 | 144 | 124 |
Binary | 11111101 | 11111111 | 10101100 | 1 | 0 | 100001 | 0 | 111101 | 1100100 | 1010100 |
Color Harmonies of #FDFFAC
Complementary color
Monochromatic Colors of #FDFFAC
Black with #FDFFAC
Text Example
Text Example
White with #FDFFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFFAC; }
p { color: rgb(253,255,172); }
H1.HeaderClassName
{
color: #FDFFAC;
}
.AnyTagClassName
{
color: #FDFFAC;
}
</style>
background-color css
<style>
a { background-color: #FDFFAC; }
a { background-color: rgb(253,255,172); }
div.DivClassName
{
background-color: #FDFFAC;
}
.BgClassName
{
background-color: #FDFFAC;
}
</style>
border-color css
<style>
span { border-color: #FDFFAC; }
span { border-color: rgb(253,255,172); }
td.TdClassName
{
border-color: #FDFFAC;
}
.TagClassName
{
border-color: #FDFFAC;
}
</style>