#FAF0AE

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

Shades of Shalimar #FAF0AE

Tints of Shalimar #FAF0AE

Color information

#FAF0AE (or 0xFAF0AE) is unknown color: approx Shalimar. HEX triplet: FA, F0 and AE. RGB value is (250,240,174). Sum of RGB (Red+Green+Blue) = 250+240+174=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 240 (94.14% from 255 or 36.14% from 664); Blue value is 174 (68.36% from 255 or 26.20% from 664); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF0AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF0AE is #050F51. Grayscale: #EBEBEB. Windows color (decimal): -331602 or 11464954. OLE color: 11464954.

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

Color convert

RGB250240174-
CMYK00.040.300.02
HSL52.11º88.37%83.14%-
HSV(B)52.11º30.4%98.04%-
XYZ78.2285.752.46-
YUV235.4793.31138.37-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.65%
GREEN value IS 240 (94.14% from 255) = 36.14%
BLUE value IS 174 (68.36% from 255) = 26.20%
R=37.65%
G=36.14%
B=26.20%

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
Decimal25024017400.040.300.0252.1188.3783.14
HexFAF0AE041E2345853
Octal3723602560436264130123
Binary1111101011110000101011100100111101011010010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF0AE; }

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

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

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

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

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

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

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

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