#FAFA9D

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

Shades of Pale Prim #FAFA9D

Tints of Pale Prim #FAFA9D

Color information

#FAFA9D (or 0xFAFA9D) is unknown color: approx Pale Prim. HEX triplet: FA, FA and 9D. RGB value is (250,250,157). Sum of RGB (Red+Green+Blue) = 250+250+157=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 250 (98.05% from 255 or 38.05% from 657); Blue value is 157 (61.72% from 255 or 23.90% from 657); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFA9D is #050562. Grayscale: #EFEFEF. Windows color (decimal): -329059 or 10353402. OLE color: 10353402.

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

Color convert

RGB250250157-
CMYK000.370.02
HSL60º90.29%79.8%-
HSV(B)60º37.2%98.04%-
XYZ79.791.1345.29-
YUV239.481.5135.56-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.05%
GREEN value IS 250 (98.05% from 255) = 38.05%
BLUE value IS 157 (61.72% from 255) = 23.90%
R=38.05%
G=38.05%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250250157000.370.026090.2979.8
HexFAFA9D002523c5a50
Octal3723722350045274132120
Binary111110101111101010011101001001011011110010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFA9D; }

 p { color: rgb(250,250,157); }

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

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

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

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

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

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

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