#FAF2AE

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

Shades of Shalimar #FAF2AE

Tints of Shalimar #FAF2AE

Color information

#FAF2AE (or 0xFAF2AE) is unknown color: approx Shalimar. HEX triplet: FA, F2 and AE. RGB value is (250,242,174). Sum of RGB (Red+Green+Blue) = 250+242+174=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 242 (94.92% from 255 or 36.34% from 666); Blue value is 174 (68.36% from 255 or 26.13% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF2AE is #050D51. Grayscale: #ECECEC. Windows color (decimal): -331090 or 11465466. OLE color: 11465466.

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

Color convert

RGB250242174-
CMYK00.030.300.02
HSL53.68º88.37%83.14%-
HSV(B)53.68º30.4%98.04%-
XYZ78.8286.8852.66-
YUV236.6492.65137.53-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.54%
GREEN value IS 242 (94.92% from 255) = 36.34%
BLUE value IS 174 (68.36% from 255) = 26.13%
R=37.54%
G=36.34%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024217400.030.300.0253.6888.3783.14
HexFAF2AE031E2365853
Octal3723622560336266130123
Binary111110101111001010101110011111101011011010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF2AE; }

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

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

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

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

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

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

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

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