#FAF49F

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

Shades of Pale Prim #FAF49F

Tints of Pale Prim #FAF49F

Color information

#FAF49F (or 0xFAF49F) is unknown color: approx Pale Prim. HEX triplet: FA, F4 and 9F. RGB value is (250,244,159). Sum of RGB (Red+Green+Blue) = 250+244+159=653 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.28% from 653); Green value is 244 (95.70% from 255 or 37.37% from 653); Blue value is 159 (62.5% from 255 or 24.35% from 653); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF49F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF49F is #050B60. Grayscale: #ECECEC. Windows color (decimal): -330593 or 10482938. OLE color: 10482938.

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

Color convert

RGB250244159-
CMYK00.020.360.02
HSL56.04º90.1%80.2%-
HSV(B)56.04º36.4%98.04%-
XYZ78.0387.5345.58-
YUV236.184.49137.91-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.28%
GREEN value IS 244 (95.70% from 255) = 37.37%
BLUE value IS 159 (62.5% from 255) = 24.35%
R=38.28%
G=37.37%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024415900.020.360.0256.0490.180.2
HexFAF49F02242385a50
Octal3723642370244270132120
Binary1111101011110100100111110101001001011100010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF49F; }

 p { color: rgb(250,244,159); }

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

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

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

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

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

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

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