#FAF5A2

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

Shades of Pale Prim #FAF5A2

Tints of Pale Prim #FAF5A2

Color information

#FAF5A2 (or 0xFAF5A2) is unknown color: approx Pale Prim. HEX triplet: FA, F5 and A2. RGB value is (250,245,162). Sum of RGB (Red+Green+Blue) = 250+245+162=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 245 (96.09% from 255 or 37.29% from 657); Blue value is 162 (63.67% from 255 or 24.66% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF5A2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF5A2 is #050A5D. Grayscale: #EDEDED. Windows color (decimal): -330334 or 10679802. OLE color: 10679802.

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

Color convert

RGB250245162-
CMYK00.020.350.02
HSL56.59º89.8%80.78%-
HSV(B)56.59º35.2%98.04%-
XYZ78.688.2447.07-
YUV237.0385.66137.25-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.05%
GREEN value IS 245 (96.09% from 255) = 37.29%
BLUE value IS 162 (63.67% from 255) = 24.66%
R=38.05%
G=37.29%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024516200.020.350.0256.5989.880.78
HexFAF5A202232395a51
Octal3723652420243271132121
Binary1111101011110101101000100101000111011100110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF5A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF5A2; }

 p { color: rgb(250,245,162); }

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

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

 a { background-color: rgb(250,245,162); }

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

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

 span { border-color: rgb(250,245,162); }

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