#FAF1AD

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

Shades of Shalimar #FAF1AD

Tints of Shalimar #FAF1AD

Color information

#FAF1AD (or 0xFAF1AD) is unknown color: approx Shalimar. HEX triplet: FA, F1 and AD. RGB value is (250,241,173). Sum of RGB (Red+Green+Blue) = 250+241+173=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 241 (94.53% from 255 or 36.30% from 664); Blue value is 173 (67.97% from 255 or 26.05% from 664); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF1AD is #050E52. Grayscale: #ECECEC. Windows color (decimal): -331347 or 11399674. OLE color: 11399674.

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

Color convert

RGB250241173-
CMYK00.040.310.02
HSL52.99º88.51%82.94%-
HSV(B)52.99º30.8%98.04%-
XYZ78.4286.2552.05-
YUV235.9492.48138.03-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.65%
GREEN value IS 241 (94.53% from 255) = 36.30%
BLUE value IS 173 (67.97% from 255) = 26.05%
R=37.65%
G=36.30%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024117300.040.310.0252.9988.5182.94
HexFAF1AD041F2355953
Octal3723612550437265131123
Binary1111101011110001101011010100111111011010110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF1AD; }

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

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

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

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

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

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

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

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