#FAA8A8

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

Shades of Sundown #FAA8A8

Tints of Sundown #FAA8A8

Color information

#FAA8A8 (or 0xFAA8A8) is unknown color: approx Sundown. HEX triplet: FA, A8 and A8. RGB value is (250,168,168). Sum of RGB (Red+Green+Blue) = 250+168+168=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 168 (66.02% from 255 or 28.67% from 586); Blue value is 168 (66.02% from 255 or 28.67% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA8A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA8A8 is #055757. Grayscale: #C0C0C0. Windows color (decimal): -350040 or 11053306. OLE color: 11053306.

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

Color convert

RGB250168168-
CMYK00.330.330.02
HSL89.13%81.96%-
HSV(B)32.8%98.04%-
XYZ60.4951.1643.73-
YUV192.52114.17169-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.66%
GREEN value IS 168 (66.02% from 255) = 28.67%
BLUE value IS 168 (66.02% from 255) = 28.67%
R=42.66%
G=28.67%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016816800.330.330.02089.1381.96
HexFAA8A802121205952
Octal3722502500414120131122
Binary111110101010100010101000010000110000110010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA8A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA8A8; }

 p { color: rgb(250,168,168); }

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

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

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

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

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

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

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