#FAABAA

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

Shades of Sundown #FAABAA

Tints of Sundown #FAABAA

Color information

#FAABAA (or 0xFAABAA) is unknown color: approx Sundown. HEX triplet: FA, AB and AA. RGB value is (250,171,170). Sum of RGB (Red+Green+Blue) = 250+171+170=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 171 (67.19% from 255 or 28.93% from 591); Blue value is 170 (66.80% from 255 or 28.76% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAABAA is #055455. Grayscale: #C2C2C2. Windows color (decimal): -349270 or 11185146. OLE color: 11185146.

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

Color convert

RGB250171170-
CMYK00.320.320.02
HSL0.75º88.89%82.35%-
HSV(B)0.75º32%98.04%-
XYZ61.2452.3544.91-
YUV194.51114.17167.58-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.30%
GREEN value IS 171 (67.19% from 255) = 28.93%
BLUE value IS 170 (66.80% from 255) = 28.76%
R=42.30%
G=28.93%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017117000.320.320.020.7588.8982.35
HexFAABAA02020215952
Octal3722532520404021131122
Binary111110101010101110101010010000010000010110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAABAA; }

 p { color: rgb(250,171,170); }

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

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

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

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

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

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

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