#FAF6AE

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

Shades of Shalimar #FAF6AE

Tints of Shalimar #FAF6AE

Color information

#FAF6AE (or 0xFAF6AE) is unknown color: approx Shalimar. HEX triplet: FA, F6 and AE. RGB value is (250,246,174). Sum of RGB (Red+Green+Blue) = 250+246+174=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 246 (96.48% from 255 or 36.72% from 670); Blue value is 174 (68.36% from 255 or 25.97% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF6AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF6AE is #050951. Grayscale: #EFEFEF. Windows color (decimal): -330066 or 11466490. OLE color: 11466490.

HSL color Cylindrical-coordinate representation of color #FAF6AE: hue angle of 56.84º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAF6AE is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB250246174-
CMYK00.020.300.02
HSL56.84º88.37%83.14%-
HSV(B)56.84º30.4%98.04%-
XYZ80.0289.2953.06-
YUV238.9991.33135.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.31%
GREEN value IS 246 (96.48% from 255) = 36.72%
BLUE value IS 174 (68.36% from 255) = 25.97%
R=37.31%
G=36.72%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024617400.020.300.0256.8488.3783.14
HexFAF6AE021E2395853
Octal3723662560236271130123
Binary111110101111011010101110010111101011100110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF6AE; }

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

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

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

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

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

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

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

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