#FAF6AB

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

Shades of Shalimar #FAF6AB

Tints of Shalimar #FAF6AB

Color information

#FAF6AB (or 0xFAF6AB) is unknown color: approx Shalimar. HEX triplet: FA, F6 and AB. RGB value is (250,246,171). Sum of RGB (Red+Green+Blue) = 250+246+171=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 246 (96.48% from 255 or 36.88% from 667); Blue value is 171 (67.19% from 255 or 25.64% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF6AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF6AB is #050954. Grayscale: #EEEEEE. Windows color (decimal): -330069 or 11269882. OLE color: 11269882.

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

Color convert

RGB250246171-
CMYK00.020.320.02
HSL56.96º88.76%82.55%-
HSV(B)56.96º31.6%98.04%-
XYZ79.7389.1851.54-
YUV238.6589.83136.1-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.48%
GREEN value IS 246 (96.48% from 255) = 36.88%
BLUE value IS 171 (67.19% from 255) = 25.64%
R=37.48%
G=36.88%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024617100.020.320.0256.9688.7682.55
HexFAF6AB02202395953
Octal3723662530240271131123
Binary1111101011110110101010110101000001011100110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF6AB; }

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

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

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

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

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

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

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

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