#FAF4AE

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

Shades of Shalimar #FAF4AE

Tints of Shalimar #FAF4AE

Color information

#FAF4AE (or 0xFAF4AE) is unknown color: approx Shalimar. HEX triplet: FA, F4 and AE. RGB value is (250,244,174). Sum of RGB (Red+Green+Blue) = 250+244+174=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 244 (95.70% from 255 or 36.53% from 668); Blue value is 174 (68.36% from 255 or 26.05% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF4AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF4AE is #050B51. Grayscale: #EEEEEE. Windows color (decimal): -330578 or 11465978. OLE color: 11465978.

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

Color convert

RGB250244174-
CMYK00.020.300.02
HSL55.26º88.37%83.14%-
HSV(B)55.26º30.4%98.04%-
XYZ79.4288.0852.86-
YUV237.8191.99136.69-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.43%
GREEN value IS 244 (95.70% from 255) = 36.53%
BLUE value IS 174 (68.36% from 255) = 26.05%
R=37.43%
G=36.53%
B=26.05%

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
Decimal25024417400.020.300.0255.2688.3783.14
HexFAF4AE021E2375853
Octal3723642560236267130123
Binary111110101111010010101110010111101011011110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF4AE; }

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

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

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

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

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

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

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

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