#FAF9A0

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

Shades of Pale Prim #FAF9A0

Tints of Pale Prim #FAF9A0

Color information

#FAF9A0 (or 0xFAF9A0) is unknown color: approx Pale Prim. HEX triplet: FA, F9 and A0. RGB value is (250,249,160). Sum of RGB (Red+Green+Blue) = 250+249+160=659 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.94% from 659); Green value is 249 (97.66% from 255 or 37.78% from 659); Blue value is 160 (62.89% from 255 or 24.28% from 659); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF9A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF9A0 is #05065F. Grayscale: #EFEFEF. Windows color (decimal): -329312 or 10549754. OLE color: 10549754.

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

Color convert

RGB250249160-
CMYK00.000.360.02
HSL59.33º90%80.39%-
HSV(B)59.33º36%98.04%-
XYZ79.6590.6146.55-
YUV239.1583.33135.74-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.94%
GREEN value IS 249 (97.66% from 255) = 37.78%
BLUE value IS 160 (62.89% from 255) = 24.28%
R=37.94%
G=37.78%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024916000.000.360.0259.339080.39
HexFAF9A0002423b5a50
Octal3723712400044273132120
Binary111110101111100110100000001001001011101110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF9A0; }

 p { color: rgb(250,249,160); }

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

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

 a { background-color: rgb(250,249,160); }

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

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

 span { border-color: rgb(250,249,160); }

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