#FAF19E

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

Shades of Pale Prim #FAF19E

Tints of Pale Prim #FAF19E

Color information

#FAF19E (or 0xFAF19E) is unknown color: approx Pale Prim. HEX triplet: FA, F1 and 9E. RGB value is (250,241,158). Sum of RGB (Red+Green+Blue) = 250+241+158=649 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.52% from 649); Green value is 241 (94.53% from 255 or 37.13% from 649); Blue value is 158 (62.11% from 255 or 24.35% from 649); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF19E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF19E is #050E61. Grayscale: #EAEAEA. Windows color (decimal): -331362 or 10416634. OLE color: 10416634.

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

Color convert

RGB250241158-
CMYK00.040.370.02
HSL54.13º90.2%80%-
HSV(B)54.13º36.8%98.04%-
XYZ77.0585.744.83-
YUV234.2384.98139.25-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.52%
GREEN value IS 241 (94.53% from 255) = 37.13%
BLUE value IS 158 (62.11% from 255) = 24.35%
R=38.52%
G=37.13%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024115800.040.370.0254.1390.280
HexFAF19E04252365a50
Octal3723612360445266132120
Binary11111010111100011001111001001001011011011010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF19E; }

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

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

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

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

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

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

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

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