#FAF2A5

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

Shades of Shalimar #FAF2A5

Tints of Shalimar #FAF2A5

Color information

#FAF2A5 (or 0xFAF2A5) is unknown color: approx Shalimar. HEX triplet: FA, F2 and A5. RGB value is (250,242,165). Sum of RGB (Red+Green+Blue) = 250+242+165=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 242 (94.92% from 255 or 36.83% from 657); Blue value is 165 (64.84% from 255 or 25.11% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF2A5 is #050D5A. Grayscale: #EBEBEB. Windows color (decimal): -331099 or 10875642. OLE color: 10875642.

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

Color convert

RGB250242165-
CMYK00.030.340.02
HSL54.35º89.47%81.37%-
HSV(B)54.35º34%98.04%-
XYZ77.9786.5448.19-
YUV235.6188.15138.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.05%
GREEN value IS 242 (94.92% from 255) = 36.83%
BLUE value IS 165 (64.84% from 255) = 25.11%
R=38.05%
G=36.83%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024216500.030.340.0254.3589.4781.37
HexFAF2A503222365951
Octal3723622450342266131121
Binary1111101011110010101001010111000101011011010110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF2A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF2A5; }

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

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

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

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

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

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

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

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