#FAF9A9

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

Shades of Shalimar #FAF9A9

Tints of Shalimar #FAF9A9

Color information

#FAF9A9 (or 0xFAF9A9) is unknown color: approx Shalimar. HEX triplet: FA, F9 and A9. RGB value is (250,249,169). Sum of RGB (Red+Green+Blue) = 250+249+169=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 249 (97.66% from 255 or 37.28% from 668); Blue value is 169 (66.41% from 255 or 25.30% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF9A9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF9A9 is #050656. Grayscale: #F0F0F0. Windows color (decimal): -329303 or 11139578. OLE color: 11139578.

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

Color convert

RGB250249169-
CMYK00.000.320.02
HSL59.26º89.01%82.16%-
HSV(B)59.26º32.4%98.04%-
XYZ80.4690.9450.85-
YUV240.1887.83135-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.43%
GREEN value IS 249 (97.66% from 255) = 37.28%
BLUE value IS 169 (66.41% from 255) = 25.30%
R=37.43%
G=37.28%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024916900.000.320.0259.2689.0182.16
HexFAF9A9002023b5952
Octal3723712510040273131122
Binary111110101111100110101001001000001011101110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF9A9; }

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

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

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

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

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

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

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

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