Html Css Color HEX #FAA6A4 Sundown

📋 copy color: '#FAA6A4'

red 250 ◦ green 166 ◦ blue 164

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

Shades of Sundown #FAA6A4

Tints of Sundown #FAA6A4

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.62%

 BLUE value IS 164 (64.45% from 255) = 28.28%

R = 43.1%
G = 28.62%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FAA6A4 (or 0xFAA6A4) is known color: Sundown. HEX triplet: FA, A6 and A4. RGB value is (250,166,164). Sum of RGB (Red+Green+Blue) = 250+166+164=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 166 (65.23% from 255 or 28.62% from 580); Blue value is 164 (64.45% from 255 or 28.28% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA6A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA6A4 is #05595B. Grayscale: #BEBEBE. Windows color (decimal): -350556 or 10790650. OLE color: 10790650.

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

Color convert

RGB 250 166 164 -
CMYK 0 0.34 0.34 0.02
HSL 1.4º 0.9% 0.81% -
HSV(B) 1.4º 0.34% 0.98% -
XYZ 59.76 50.28 41.68 -
YUV 190.89 112.83 170.16 -
System Red Green Blue C M Y K H S L
Decimal 250 166 164 0 0.34 0.34 0.02 1.4 0.9 0.81
Hex FA A6 A4 0 22 22 2 1 5A 51
Octal 372 246 244 0 42 42 2 1 132 121
Binary 11111010 10100110 10100100 0 100010 100010 10 1 1011010 1010001

Color Harmonies of #FAA6A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA6A4

Black with #FAA6A4

Text Example


Text Example

White with #FAA6A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA6A4; }

 p { color: rgb(250,166,164); }

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

background-color css

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

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

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

border-color css

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

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

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