Html Css Color HEX #FAA5A1 Sundown

📋 copy color: '#FAA5A1'

red 250 ◦ green 165 ◦ blue 161

#FAA5A1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sundown #FAA5A1

Tints of Sundown #FAA5A1

RGB

 RED value IS 250 (98.05% from 255) = 43.4%

 GREEN value IS 165 (64.84% from 255) = 28.65%

 BLUE value IS 161 (63.28% from 255) = 27.95%

R = 43.4%
G = 28.65%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FAA5A1 (or 0xFAA5A1) is known color: Sundown. HEX triplet: FA, A5 and A1. RGB value is (250,165,161). Sum of RGB (Red+Green+Blue) = 250+165+161=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 165 (64.84% from 255 or 28.65% from 576); Blue value is 161 (63.28% from 255 or 27.95% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA5A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA5A1 is #055A5E. Grayscale: #BEBEBE. Windows color (decimal): -350815 or 10593786. OLE color: 10593786.

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

Color convert

RGB 250 165 161 -
CMYK 0 0.34 0.36 0.02
HSL 2.7º 0.9% 0.81% -
HSV(B) 2.7º 0.36% 0.98% -
XYZ 59.31 49.81 40.21 -
YUV 189.96 111.66 170.83 -
System Red Green Blue C M Y K H S L
Decimal 250 165 161 0 0.34 0.36 0.02 2.7 0.9 0.81
Hex FA A5 A1 0 22 24 2 3 5A 51
Octal 372 245 241 0 42 44 2 3 132 121
Binary 11111010 10100101 10100001 0 100010 100100 10 11 1011010 1010001

Color Harmonies of #FAA5A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA5A1

Black with #FAA5A1

Text Example


Text Example

White with #FAA5A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA5A1; }

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

 H1.HeaderClassName
 {
   color: #FAA5A1;
 }
 .AnyTagClassName
 {
   color: #FAA5A1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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