#FAF9AA

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

Shades of Shalimar #FAF9AA

Tints of Shalimar #FAF9AA

Color information

#FAF9AA (or 0xFAF9AA) is unknown color: approx Shalimar. HEX triplet: FA, F9 and AA. RGB value is (250,249,170). Sum of RGB (Red+Green+Blue) = 250+249+170=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 249 (97.66% from 255 or 37.22% from 669); Blue value is 170 (66.80% from 255 or 25.41% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF9AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF9AA is #050655. Grayscale: #F0F0F0. Windows color (decimal): -329302 or 11205114. OLE color: 11205114.

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

Color convert

RGB250249170-
CMYK00.000.320.02
HSL59.25º88.89%82.35%-
HSV(B)59.25º32%98.04%-
XYZ80.5690.9851.34-
YUV240.2988.33134.92-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.37%
GREEN value IS 249 (97.66% from 255) = 37.22%
BLUE value IS 170 (66.80% from 255) = 25.41%
R=37.37%
G=37.22%
B=25.41%

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
Decimal25024917000.000.320.0259.2588.8982.35
HexFAF9AA002023b5952
Octal3723712520040273131122
Binary111110101111100110101010001000001011101110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF9AA; }

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

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

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

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

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

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

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

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