#F9FFA9

Color #F9FFA9 Shalimar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shalimar #F9FFA9

Tints of Shalimar #F9FFA9

Color information

#F9FFA9 (or 0xF9FFA9) is unknown color: approx Shalimar. HEX triplet: F9, FF and A9. RGB value is (249,255,169). Sum of RGB (Red+Green+Blue) = 249+255+169=673 (89% of max value = 765). Red value is 249 (97.66% from 255 or 37.00% from 673); Green value is 255 (100% from 255 or 37.89% from 673); Blue value is 169 (66.41% from 255 or 25.11% from 673); Max value from RGB is 255 - color contains mainly: green. Hex color #F9FFA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FFA9 is #060056. Grayscale: #F3F3F3. Windows color (decimal): -393303 or 11141113. OLE color: 11141113.

HSL color Cylindrical-coordinate representation of color #F9FFA9: hue angle of 64.19º 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 #F9FFA9 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.

Color convert

RGB249255169-
CMYK0.0200.340
HSL64.19º100%83.14%-
HSV(B)64.19º33.73%100%-
XYZ81.9994.5251.46-
YUV243.486.01131.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 249 (97.66% from 255) = 37.00%
GREEN value IS 255 (100% from 255) = 37.89%
BLUE value IS 169 (66.41% from 255) = 25.11%
R=37.00%
G=37.89%
B=25.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2492551690.0200.34064.1910083.14
HexF9FFA920220406453
Octal37137725120420100144123
Binary1111100111111111101010011001000100100000011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FFA9; }

 p { color: rgb(249,255,169); }

 H1.HeaderClassName
 {
   color: #F9FFA9;
 }
 .AnyTagClassName
 {
   color: #F9FFA9;
 }
</style>
background-color css

<style>
 a { background-color: #F9FFA9; }

 a { background-color: rgb(249,255,169); }

 div.DivClassName
 {
   background-color: #F9FFA9;
 }
 .BgClassName
 {
   background-color: #F9FFA9;
 }
</style>
border-color css

<style>
 span { border-color: #F9FFA9; }

 span { border-color: rgb(249,255,169); }

 td.TdClassName
 {
   border-color: #F9FFA9;
 }
 .TagClassName
 {
   border-color: #F9FFA9;
 }
</style>