#FAF5A6

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

Shades of Shalimar #FAF5A6

Tints of Shalimar #FAF5A6

Color information

#FAF5A6 (or 0xFAF5A6) is unknown color: approx Shalimar. HEX triplet: FA, F5 and A6. RGB value is (250,245,166). Sum of RGB (Red+Green+Blue) = 250+245+166=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 245 (96.09% from 255 or 37.07% from 661); Blue value is 166 (65.23% from 255 or 25.11% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF5A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF5A6 is #050A59. Grayscale: #EDEDED. Windows color (decimal): -330330 or 10941946. OLE color: 10941946.

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

Color convert

RGB250245166-
CMYK00.020.340.02
HSL56.43º89.36%81.57%-
HSV(B)56.43º33.6%98.04%-
XYZ78.9688.3848.97-
YUV237.4987.66136.92-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.82%
GREEN value IS 245 (96.09% from 255) = 37.07%
BLUE value IS 166 (65.23% from 255) = 25.11%
R=37.82%
G=37.07%
B=25.11%

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
Decimal25024516600.020.340.0256.4389.3681.57
HexFAF5A602222385952
Octal3723652460242270131122
Binary1111101011110101101001100101000101011100010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF5A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF5A6; }

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

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

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

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

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

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

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

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