#FAF79E

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

Shades of Pale Prim #FAF79E

Tints of Pale Prim #FAF79E

Color information

#FAF79E (or 0xFAF79E) is unknown color: approx Pale Prim. HEX triplet: FA, F7 and 9E. RGB value is (250,247,158). Sum of RGB (Red+Green+Blue) = 250+247+158=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 247 (96.88% from 255 or 37.71% from 655); Blue value is 158 (62.11% from 255 or 24.12% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF79E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF79E is #050861. Grayscale: #EEEEEE. Windows color (decimal): -329826 or 10418170. OLE color: 10418170.

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

Color convert

RGB250247158-
CMYK00.010.370.02
HSL58.04º90.2%80%-
HSV(B)58.04º36.8%98.04%-
XYZ78.8689.3145.43-
YUV237.7582.99136.74-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.17%
GREEN value IS 247 (96.88% from 255) = 37.71%
BLUE value IS 158 (62.11% from 255) = 24.12%
R=38.17%
G=37.71%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024715800.010.370.0258.0490.280
HexFAF79E012523a5a50
Octal3723672360145272132120
Binary111110101111011110011110011001011011101010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF79E; }

 p { color: rgb(250,247,158); }

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

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

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

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

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

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

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