#FAAFA5

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

Shades of Sundown #FAAFA5

Tints of Sundown #FAAFA5

Color information

#FAAFA5 (or 0xFAAFA5) is unknown color: approx Sundown. HEX triplet: FA, AF and A5. RGB value is (250,175,165). Sum of RGB (Red+Green+Blue) = 250+175+165=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 165 (64.84% from 255 or 27.97% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAFA5 is #05505A. Grayscale: #C4C4C4. Windows color (decimal): -348251 or 10858490. OLE color: 10858490.

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

Color convert

RGB250175165-
CMYK00.30.340.02
HSL7.06º89.47%81.37%-
HSV(B)7.06º34%98.04%-
XYZ61.5553.742.72-
YUV196.28110.35166.31-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.37%
GREEN value IS 175 (68.75% from 255) = 29.66%
BLUE value IS 165 (64.84% from 255) = 27.97%
R=42.37%
G=29.66%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017516500.30.340.027.0689.4781.37
HexFAAFA501E22275951
Octal3722572450364227131121
Binary1111101010101111101001010111101000101011110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAFA5; }

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

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

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

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

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

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

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

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