#ffffa9

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

Shades of Shalimar #FFFFA9

Tints of Shalimar #FFFFA9

Color information

#FFFFA9 (or 0xFFFFA9) is unknown color: approx Shalimar. HEX triplet: FF, FF and A9. RGB value is (255,255,169). Sum of RGB (Red+Green+Blue) = 255+255+169=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 255 (100% from 255 or 37.56% from 679); Blue value is 169 (66.41% from 255 or 24.89% from 679); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFFA9 is #000056. Grayscale: #F5F5F5. Windows color (decimal): -87 or 11141119. OLE color: 11141119.

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

Color convert

RGB255255169-
CMYK000.340
HSL60º100%83.14%-
HSV(B)60º33.73%100%-
XYZ84.1695.6451.56-
YUV245.285134.99-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.56%
GREEN value IS 255 (100% from 255) = 37.56%
BLUE value IS 169 (66.41% from 255) = 24.89%
R=37.56%
G=37.56%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255255169000.3406010083.14
HexFFFFA9002203c6453
Octal3773772510042074144123
Binary11111111111111111010100100100010011110011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffffa9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffffa9; }

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

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

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

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

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

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

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

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