#FAF1A7

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

Shades of Shalimar #FAF1A7

Tints of Shalimar #FAF1A7

Color information

#FAF1A7 (or 0xFAF1A7) is unknown color: approx Shalimar. HEX triplet: FA, F1 and A7. RGB value is (250,241,167). Sum of RGB (Red+Green+Blue) = 250+241+167=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 241 (94.53% from 255 or 36.63% from 658); Blue value is 167 (65.62% from 255 or 25.38% from 658); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF1A7 is #050E58. Grayscale: #EBEBEB. Windows color (decimal): -331353 or 11006458. OLE color: 11006458.

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

Color convert

RGB250241167-
CMYK00.040.330.02
HSL53.49º89.25%81.76%-
HSV(B)53.49º33.2%98.04%-
XYZ77.8586.0249.06-
YUV235.2689.48138.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.99%
GREEN value IS 241 (94.53% from 255) = 36.63%
BLUE value IS 167 (65.62% from 255) = 25.38%
R=37.99%
G=36.63%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024116700.040.330.0253.4989.2581.76
HexFAF1A704212355952
Octal3723612470441265131122
Binary11111010111100011010011101001000011011010110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF1A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF1A7; }

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

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

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

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

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

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

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

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