Shades of Shalimar #F9FDAE
Tints of Shalimar #F9FDAE
RGB
CMYK
RGB Variations
Color information
#F9FDAE (or 0xF9FDAE) is known color: Shalimar. HEX triplet: F9, FD and AE. RGB value is (249,253,174). Sum of RGB (Red+Green+Blue) = 249+253+174=676 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.83% from 676); Green value is 253 (99.22% from 255 or 37.43% from 676); Blue value is 174 (68.36% from 255 or 25.74% from 676); Max value from RGB is 253 - color contains mainly: green. Hex color #F9FDAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FDAE is #060251. Grayscale: #F3F3F3. Windows color (decimal): -393810 or 11468281. OLE color: 11468281.
HSL color Cylindrical-coordinate representation of color #F9FDAE: hue angle of 63.04º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9FDAE is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
RGB | 249 | 253 | 174 | - |
CMYK | 0.02 | 0 | 0.31 | 0.01 |
HSL | 63.04º | 0.95% | 0.84% | - |
HSV(B) | 63.04º | 0.31% | 0.99% | - |
XYZ | 81.83 | 93.45 | 53.77 | - |
YUV | 242.8 | 89.17 | 132.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 253 | 174 | 0.02 | 0 | 0.31 | 0.01 | 63.04 | 0.95 | 0.84 |
Hex | F9 | FD | AE | 2 | 0 | 1F | 1 | 3F | 5F | 54 |
Octal | 371 | 375 | 256 | 2 | 0 | 37 | 1 | 77 | 137 | 124 |
Binary | 11111001 | 11111101 | 10101110 | 10 | 0 | 11111 | 1 | 111111 | 1011111 | 1010100 |
Color Harmonies of #F9FDAE
Complementary color
Monochromatic Colors of #F9FDAE
Black with #F9FDAE
Text Example
Text Example
White with #F9FDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FDAE; }
p { color: rgb(249,253,174); }
H1.HeaderClassName
{
color: #F9FDAE;
}
.AnyTagClassName
{
color: #F9FDAE;
}
</style>
background-color css
<style>
a { background-color: #F9FDAE; }
a { background-color: rgb(249,253,174); }
div.DivClassName
{
background-color: #F9FDAE;
}
.BgClassName
{
background-color: #F9FDAE;
}
</style>
border-color css
<style>
span { border-color: #F9FDAE; }
span { border-color: rgb(249,253,174); }
td.TdClassName
{
border-color: #F9FDAE;
}
.TagClassName
{
border-color: #F9FDAE;
}
</style>