#FAF3AA

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

Shades of Shalimar #FAF3AA

Tints of Shalimar #FAF3AA

Color information

#FAF3AA (or 0xFAF3AA) is unknown color: approx Shalimar. HEX triplet: FA, F3 and AA. RGB value is (250,243,170). Sum of RGB (Red+Green+Blue) = 250+243+170=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 243 (95.31% from 255 or 36.65% from 663); Blue value is 170 (66.80% from 255 or 25.64% from 663); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF3AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF3AA is #050C55. Grayscale: #EDEDED. Windows color (decimal): -330838 or 11203578. OLE color: 11203578.

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

Color convert

RGB250243170-
CMYK00.030.320.02
HSL54.75º88.89%82.35%-
HSV(B)54.75º32%98.04%-
XYZ78.7387.3350.74-
YUV236.7790.32137.44-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.71%
GREEN value IS 243 (95.31% from 255) = 36.65%
BLUE value IS 170 (66.80% from 255) = 25.64%
R=37.71%
G=36.65%
B=25.64%

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
Decimal25024317000.030.320.0254.7588.8982.35
HexFAF3AA03202375952
Octal3723632520340267131122
Binary1111101011110011101010100111000001011011110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF3AA; }

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

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

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

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

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

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

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

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