#FAF2A9

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

Shades of Shalimar #FAF2A9

Tints of Shalimar #FAF2A9

Color information

#FAF2A9 (or 0xFAF2A9) is unknown color: approx Shalimar. HEX triplet: FA, F2 and A9. RGB value is (250,242,169). Sum of RGB (Red+Green+Blue) = 250+242+169=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 242 (94.92% from 255 or 36.61% from 661); Blue value is 169 (66.41% from 255 or 25.57% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2A9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF2A9 is #050D56. Grayscale: #ECECEC. Windows color (decimal): -331095 or 11137786. OLE color: 11137786.

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

Color convert

RGB250242169-
CMYK00.030.320.02
HSL54.07º89.01%82.16%-
HSV(B)54.07º32.4%98.04%-
XYZ78.3486.6950.14-
YUV236.0790.15137.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.82%
GREEN value IS 242 (94.92% from 255) = 36.61%
BLUE value IS 169 (66.41% from 255) = 25.57%
R=37.82%
G=36.61%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024216900.030.320.0254.0789.0182.16
HexFAF2A903202365952
Octal3723622510340266131122
Binary1111101011110010101010010111000001011011010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF2A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF2A9; }

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

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

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

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

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

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

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

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