#FAF8A3

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

Shades of Pale Prim #FAF8A3

Tints of Pale Prim #FAF8A3

Color information

#FAF8A3 (or 0xFAF8A3) is unknown color: approx Pale Prim. HEX triplet: FA, F8 and A3. RGB value is (250,248,163). Sum of RGB (Red+Green+Blue) = 250+248+163=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 248 (97.27% from 255 or 37.52% from 661); Blue value is 163 (64.06% from 255 or 24.66% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF8A3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF8A3 is #05075C. Grayscale: #EFEFEF. Windows color (decimal): -329565 or 10746106. OLE color: 10746106.

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

Color convert

RGB250248163-
CMYK00.010.350.02
HSL58.62º89.69%80.98%-
HSV(B)58.62º34.8%98.04%-
XYZ79.690.147.85-
YUV238.9185.16135.91-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.82%
GREEN value IS 248 (97.27% from 255) = 37.52%
BLUE value IS 163 (64.06% from 255) = 24.66%
R=37.82%
G=37.52%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024816300.010.350.0258.6289.6980.98
HexFAF8A3012323b5a51
Octal3723702430143273132121
Binary111110101111100010100011011000111011101110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF8A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF8A3; }

 p { color: rgb(250,248,163); }

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

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

 a { background-color: rgb(250,248,163); }

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

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

 span { border-color: rgb(250,248,163); }

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