#FAAFA2

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

Shades of Sundown #FAAFA2

Tints of Sundown #FAAFA2

Color information

#FAAFA2 (or 0xFAAFA2) is unknown color: approx Sundown. HEX triplet: FA, AF and A2. RGB value is (250,175,162). Sum of RGB (Red+Green+Blue) = 250+175+162=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 162 (63.67% from 255 or 27.60% from 587); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAFA2 is #05505D. Grayscale: #C4C4C4. Windows color (decimal): -348254 or 10661882. OLE color: 10661882.

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

Color convert

RGB250175162-
CMYK00.30.350.02
HSL8.86º89.8%80.78%-
HSV(B)8.86º35.2%98.04%-
XYZ61.2853.5941.3-
YUV195.94108.85166.56-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.59%
GREEN value IS 175 (68.75% from 255) = 29.81%
BLUE value IS 162 (63.67% from 255) = 27.60%
R=42.59%
G=29.81%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017516200.30.350.028.8689.880.78
HexFAAFA201E23295a51
Octal37225724203643211132121
Binary11111010101011111010001001111010001110100110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAFA2; }

 p { color: rgb(250,175,162); }

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

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

 a { background-color: rgb(250,175,162); }

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

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

 span { border-color: rgb(250,175,162); }

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