#FAF3A4

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

Shades of Pale Prim #FAF3A4

Tints of Pale Prim #FAF3A4

Color information

#FAF3A4 (or 0xFAF3A4) is unknown color: approx Pale Prim. HEX triplet: FA, F3 and A4. RGB value is (250,243,164). Sum of RGB (Red+Green+Blue) = 250+243+164=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 243 (95.31% from 255 or 36.99% from 657); Blue value is 164 (64.45% from 255 or 24.96% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF3A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF3A4 is #050C5B. Grayscale: #ECECEC. Windows color (decimal): -330844 or 10810362. OLE color: 10810362.

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

Color convert

RGB250243164-
CMYK00.030.340.02
HSL55.12º89.58%81.18%-
HSV(B)55.12º34.4%98.04%-
XYZ78.1887.1147.81-
YUV236.0987.32137.92-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.05%
GREEN value IS 243 (95.31% from 255) = 36.99%
BLUE value IS 164 (64.45% from 255) = 24.96%
R=38.05%
G=36.99%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024316400.030.340.0255.1289.5881.18
HexFAF3A403222375a51
Octal3723632440342267132121
Binary1111101011110011101001000111000101011011110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF3A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF3A4; }

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

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

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

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

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

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

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

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