#FAF19F

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

Shades of Pale Prim #FAF19F

Tints of Pale Prim #FAF19F

Color information

#FAF19F (or 0xFAF19F) is unknown color: approx Pale Prim. HEX triplet: FA, F1 and 9F. RGB value is (250,241,159). Sum of RGB (Red+Green+Blue) = 250+241+159=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 241 (94.53% from 255 or 37.08% from 650); Blue value is 159 (62.5% from 255 or 24.46% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF19F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF19F is #050E60. Grayscale: #EAEAEA. Windows color (decimal): -331361 or 10482170. OLE color: 10482170.

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

Color convert

RGB250241159-
CMYK00.040.360.02
HSL54.07º90.1%80.2%-
HSV(B)54.07º36.4%98.04%-
XYZ77.1485.7445.28-
YUV234.3485.48139.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.46%
GREEN value IS 241 (94.53% from 255) = 37.08%
BLUE value IS 159 (62.5% from 255) = 24.46%
R=38.46%
G=37.08%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024115900.040.360.0254.0790.180.2
HexFAF19F04242365a50
Octal3723612370444266132120
Binary11111010111100011001111101001001001011011010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF19F; }

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

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

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

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

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

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

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

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