#FAF6AD

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

Shades of Shalimar #FAF6AD

Tints of Shalimar #FAF6AD

Color information

#FAF6AD (or 0xFAF6AD) is unknown color: approx Shalimar. HEX triplet: FA, F6 and AD. RGB value is (250,246,173). Sum of RGB (Red+Green+Blue) = 250+246+173=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 246 (96.48% from 255 or 36.77% from 669); Blue value is 173 (67.97% from 255 or 25.86% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF6AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF6AD is #050952. Grayscale: #EFEFEF. Windows color (decimal): -330067 or 11400954. OLE color: 11400954.

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

Color convert

RGB250246173-
CMYK00.020.310.02
HSL56.88º88.51%82.94%-
HSV(B)56.88º30.8%98.04%-
XYZ79.9289.2552.55-
YUV238.8790.83135.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.37%
GREEN value IS 246 (96.48% from 255) = 36.77%
BLUE value IS 173 (67.97% from 255) = 25.86%
R=37.37%
G=36.77%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024617300.020.310.0256.8888.5182.94
HexFAF6AD021F2395953
Octal3723662550237271131123
Binary111110101111011010101101010111111011100110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF6AD; }

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

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

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

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

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

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

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

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