#FAF6AA

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

Shades of Shalimar #FAF6AA

Tints of Shalimar #FAF6AA

Color information

#FAF6AA (or 0xFAF6AA) is unknown color: approx Shalimar. HEX triplet: FA, F6 and AA. RGB value is (250,246,170). Sum of RGB (Red+Green+Blue) = 250+246+170=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 246 (96.48% from 255 or 36.94% from 666); Blue value is 170 (66.80% from 255 or 25.53% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF6AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF6AA is #050955. Grayscale: #EEEEEE. Windows color (decimal): -330070 or 11204346. OLE color: 11204346.

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

Color convert

RGB250246170-
CMYK00.020.320.02
HSL57º88.89%82.35%-
HSV(B)57º32%98.04%-
XYZ79.6489.1451.04-
YUV238.5389.33136.18-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.54%
GREEN value IS 246 (96.48% from 255) = 36.94%
BLUE value IS 170 (66.80% from 255) = 25.53%
R=37.54%
G=36.94%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024617000.020.320.025788.8982.35
HexFAF6AA02202395952
Octal3723662520240271131122
Binary1111101011110110101010100101000001011100110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF6AA; }

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

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

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

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

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

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

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

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