#FAF1A9

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

Shades of Shalimar #FAF1A9

Tints of Shalimar #FAF1A9

Color information

#FAF1A9 (or 0xFAF1A9) is unknown color: approx Shalimar. HEX triplet: FA, F1 and A9. RGB value is (250,241,169). Sum of RGB (Red+Green+Blue) = 250+241+169=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 241 (94.53% from 255 or 36.52% from 660); Blue value is 169 (66.41% from 255 or 25.61% from 660); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1A9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF1A9 is #050E56. Grayscale: #EBEBEB. Windows color (decimal): -331351 or 11137530. OLE color: 11137530.

HSL color Cylindrical-coordinate representation of color #FAF1A9: hue angle of 53.33º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAF1A9 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB250241169-
CMYK00.040.320.02
HSL53.33º89.01%82.16%-
HSV(B)53.33º32.4%98.04%-
XYZ78.0486.150.04-
YUV235.4890.48138.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.88%
GREEN value IS 241 (94.53% from 255) = 36.52%
BLUE value IS 169 (66.41% from 255) = 25.61%
R=37.88%
G=36.52%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024116900.040.320.0253.3389.0182.16
HexFAF1A904202355952
Octal3723612510440265131122
Binary11111010111100011010100101001000001011010110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF1A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF1A9; }

 p { color: rgb(250,241,169); }

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

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

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

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

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

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

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