#FAFAB5

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

Shades of Shalimar #FAFAB5

Tints of Shalimar #FAFAB5

Color information

#FAFAB5 (or 0xFAFAB5) is unknown color: approx Shalimar. HEX triplet: FA, FA and B5. RGB value is (250,250,181). Sum of RGB (Red+Green+Blue) = 250+250+181=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 250 (98.05% from 255 or 36.71% from 681); Blue value is 181 (71.09% from 255 or 26.58% from 681); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFAB5 is #05054A. Grayscale: #F2F2F2. Windows color (decimal): -329035 or 11926266. OLE color: 11926266.

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

Color convert

RGB250250181-
CMYK000.280.02
HSL60º87.34%84.51%-
HSV(B)60º27.6%98.04%-
XYZ81.9592.0357.16-
YUV242.1393.5133.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.71%
GREEN value IS 250 (98.05% from 255) = 36.71%
BLUE value IS 181 (71.09% from 255) = 26.58%
R=36.71%
G=36.71%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250250181000.280.026087.3484.51
HexFAFAB5001C23c5755
Octal3723722650034274127125
Binary11111010111110101011010100111001011110010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFAB5; }

 p { color: rgb(250,250,181); }

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

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

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

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

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

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

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