#FAF1AA

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

Shades of Shalimar #FAF1AA

Tints of Shalimar #FAF1AA

Color information

#FAF1AA (or 0xFAF1AA) is unknown color: approx Shalimar. HEX triplet: FA, F1 and AA. RGB value is (250,241,170). Sum of RGB (Red+Green+Blue) = 250+241+170=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 241 (94.53% from 255 or 36.46% from 661); Blue value is 170 (66.80% from 255 or 25.72% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF1AA is #050E55. Grayscale: #EBEBEB. Windows color (decimal): -331350 or 11203066. OLE color: 11203066.

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

Color convert

RGB250241170-
CMYK00.040.320.02
HSL53.25º88.89%82.35%-
HSV(B)53.25º32%98.04%-
XYZ78.1486.1450.54-
YUV235.690.98138.27-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.82%
GREEN value IS 241 (94.53% from 255) = 36.46%
BLUE value IS 170 (66.80% from 255) = 25.72%
R=37.82%
G=36.46%
B=25.72%

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
Decimal25024117000.040.320.0253.2588.8982.35
HexFAF1AA04202355952
Octal3723612520440265131122
Binary11111010111100011010101001001000001011010110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF1AA; }

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

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

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

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

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

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

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

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