#FAF1AE

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

Shades of Shalimar #FAF1AE

Tints of Shalimar #FAF1AE

Color information

#FAF1AE (or 0xFAF1AE) is unknown color: approx Shalimar. HEX triplet: FA, F1 and AE. RGB value is (250,241,174). Sum of RGB (Red+Green+Blue) = 250+241+174=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 241 (94.53% from 255 or 36.24% from 665); Blue value is 174 (68.36% from 255 or 26.17% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF1AE is #050E51. Grayscale: #ECECEC. Windows color (decimal): -331346 or 11465210. OLE color: 11465210.

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

Color convert

RGB250241174-
CMYK00.040.300.02
HSL52.89º88.37%83.14%-
HSV(B)52.89º30.4%98.04%-
XYZ78.5286.2952.56-
YUV236.0592.98137.95-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.59%
GREEN value IS 241 (94.53% from 255) = 36.24%
BLUE value IS 174 (68.36% from 255) = 26.17%
R=37.59%
G=36.24%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024117400.040.300.0252.8988.3783.14
HexFAF1AE041E2355853
Octal3723612560436265130123
Binary1111101011110001101011100100111101011010110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF1AE; }

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

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

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

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

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

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

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

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