#FAF5A3

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

Shades of Pale Prim #FAF5A3

Tints of Pale Prim #FAF5A3

Color information

#FAF5A3 (or 0xFAF5A3) is unknown color: approx Pale Prim. HEX triplet: FA, F5 and A3. RGB value is (250,245,163). Sum of RGB (Red+Green+Blue) = 250+245+163=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 245 (96.09% from 255 or 37.23% from 658); Blue value is 163 (64.06% from 255 or 24.77% from 658); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF5A3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF5A3 is #050A5C. Grayscale: #EDEDED. Windows color (decimal): -330333 or 10745338. OLE color: 10745338.

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

Color convert

RGB250245163-
CMYK00.020.350.02
HSL56.55º89.69%80.98%-
HSV(B)56.55º34.8%98.04%-
XYZ78.6988.2747.54-
YUV237.1586.16137.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.99%
GREEN value IS 245 (96.09% from 255) = 37.23%
BLUE value IS 163 (64.06% from 255) = 24.77%
R=37.99%
G=37.23%
B=24.77%

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
Decimal25024516300.020.350.0256.5589.6980.98
HexFAF5A302232395a51
Octal3723652430243271132121
Binary1111101011110101101000110101000111011100110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF5A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF5A3; }

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

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

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

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

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

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

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

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