#FAF39E

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

Shades of Pale Prim #FAF39E

Tints of Pale Prim #FAF39E

Color information

#FAF39E (or 0xFAF39E) is unknown color: approx Pale Prim. HEX triplet: FA, F3 and 9E. RGB value is (250,243,158). Sum of RGB (Red+Green+Blue) = 250+243+158=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 243 (95.31% from 255 or 37.33% from 651); Blue value is 158 (62.11% from 255 or 24.27% from 651); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF39E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF39E is #050C61. Grayscale: #EBEBEB. Windows color (decimal): -330850 or 10417146. OLE color: 10417146.

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

Color convert

RGB250243158-
CMYK00.030.370.02
HSL55.43º90.2%80%-
HSV(B)55.43º36.8%98.04%-
XYZ77.6586.8945.03-
YUV235.484.32138.41-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.40%
GREEN value IS 243 (95.31% from 255) = 37.33%
BLUE value IS 158 (62.11% from 255) = 24.27%
R=38.40%
G=37.33%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024315800.030.370.0255.4390.280
HexFAF39E03252375a50
Octal3723632360345267132120
Binary1111101011110011100111100111001011011011110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF39E; }

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

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

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

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

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

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

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

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