#FAFAA7

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

Shades of Shalimar #FAFAA7

Tints of Shalimar #FAFAA7

Color information

#FAFAA7 (or 0xFAFAA7) is unknown color: approx Shalimar. HEX triplet: FA, FA and A7. RGB value is (250,250,167). Sum of RGB (Red+Green+Blue) = 250+250+167=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 250 (98.05% from 255 or 37.48% from 667); Blue value is 167 (65.62% from 255 or 25.04% from 667); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFAA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFAA7 is #050558. Grayscale: #F0F0F0. Windows color (decimal): -329049 or 11008762. OLE color: 11008762.

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

Color convert

RGB250250167-
CMYK000.330.02
HSL60º89.25%81.76%-
HSV(B)60º33.2%98.04%-
XYZ80.5891.4949.97-
YUV240.5486.5134.75-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.48%
GREEN value IS 250 (98.05% from 255) = 37.48%
BLUE value IS 167 (65.62% from 255) = 25.04%
R=37.48%
G=37.48%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250250167000.330.026089.2581.76
HexFAFAA7002123c5952
Octal3723722470041274131122
Binary111110101111101010100111001000011011110010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFAA7; }

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

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

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

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

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

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

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

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