#FAF5A5

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

Shades of Shalimar #FAF5A5

Tints of Shalimar #FAF5A5

Color information

#FAF5A5 (or 0xFAF5A5) is unknown color: approx Shalimar. HEX triplet: FA, F5 and A5. RGB value is (250,245,165). Sum of RGB (Red+Green+Blue) = 250+245+165=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 245 (96.09% from 255 or 37.12% from 660); Blue value is 165 (64.84% from 255 or 25% from 660); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF5A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF5A5 is #050A5A. Grayscale: #EDEDED. Windows color (decimal): -330331 or 10876410. OLE color: 10876410.

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

Color convert

RGB250245165-
CMYK00.020.340.02
HSL56.47º89.47%81.37%-
HSV(B)56.47º34%98.04%-
XYZ78.8788.3548.49-
YUV237.3887.16137-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.88%
GREEN value IS 245 (96.09% from 255) = 37.12%
BLUE value IS 165 (64.84% from 255) = 25%
R=37.88%
G=37.12%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024516500.020.340.0256.4789.4781.37
HexFAF5A502222385951
Octal3723652450242270131121
Binary1111101011110101101001010101000101011100010110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF5A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF5A5; }

 p { color: rgb(250,245,165); }

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

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

 a { background-color: rgb(250,245,165); }

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

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

 span { border-color: rgb(250,245,165); }

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