#FAF9A1

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

Shades of Pale Prim #FAF9A1

Tints of Pale Prim #FAF9A1

Color information

#FAF9A1 (or 0xFAF9A1) is unknown color: approx Pale Prim. HEX triplet: FA, F9 and A1. RGB value is (250,249,161). Sum of RGB (Red+Green+Blue) = 250+249+161=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 249 (97.66% from 255 or 37.73% from 660); Blue value is 161 (63.28% from 255 or 24.39% from 660); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF9A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF9A1 is #05065E. Grayscale: #EFEFEF. Windows color (decimal): -329311 or 10615290. OLE color: 10615290.

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

Color convert

RGB250249161-
CMYK00.000.360.02
HSL59.33º89.9%80.59%-
HSV(B)59.33º35.6%98.04%-
XYZ79.7390.6547.01-
YUV239.2783.83135.66-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.88%
GREEN value IS 249 (97.66% from 255) = 37.73%
BLUE value IS 161 (63.28% from 255) = 24.39%
R=37.88%
G=37.73%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024916100.000.360.0259.3389.980.59
HexFAF9A1002423b5a51
Octal3723712410044273132121
Binary111110101111100110100001001001001011101110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF9A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF9A1; }

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

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

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

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

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

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

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

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