#FAF8A9

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

Shades of Shalimar #FAF8A9

Tints of Shalimar #FAF8A9

Color information

#FAF8A9 (or 0xFAF8A9) is unknown color: approx Shalimar. HEX triplet: FA, F8 and A9. RGB value is (250,248,169). Sum of RGB (Red+Green+Blue) = 250+248+169=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 248 (97.27% from 255 or 37.18% from 667); Blue value is 169 (66.41% from 255 or 25.34% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF8A9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF8A9 is #050756. Grayscale: #EFEFEF. Windows color (decimal): -329559 or 11139322. OLE color: 11139322.

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

Color convert

RGB250248169-
CMYK00.010.320.02
HSL58.52º89.01%82.16%-
HSV(B)58.52º32.4%98.04%-
XYZ80.1590.3250.75-
YUV239.5988.16135.42-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.48%
GREEN value IS 248 (97.27% from 255) = 37.18%
BLUE value IS 169 (66.41% from 255) = 25.34%
R=37.48%
G=37.18%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024816900.010.320.0258.5289.0182.16
HexFAF8A9012023b5952
Octal3723702510140273131122
Binary111110101111100010101001011000001011101110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF8A9; }

 p { color: rgb(250,248,169); }

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

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

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

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

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

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

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