Html Css Color HEX #FAAFA6 Sundown

📋 copy color: '#FAAFA6'

red 250 ◦ green 175 ◦ blue 166

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

Shades of Sundown #FAAFA6

Tints of Sundown #FAAFA6

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.61%

 BLUE value IS 166 (65.23% from 255) = 28.09%

R = 42.3%
G = 29.61%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FAAFA6 (or 0xFAAFA6) is known color: Sundown. HEX triplet: FA, AF and A6. RGB value is (250,175,166). Sum of RGB (Red+Green+Blue) = 250+175+166=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 166 (65.23% from 255 or 28.09% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAFA6 is #055059. Grayscale: #C4C4C4. Windows color (decimal): -348250 or 10924026. OLE color: 10924026.

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

Color convert

RGB 250 175 166 -
CMYK 0 0.3 0.34 0.02
HSL 6.43º 0.89% 0.82% -
HSV(B) 6.43º 0.34% 0.98% -
XYZ 61.64 53.74 43.2 -
YUV 196.4 110.85 166.23 -
System Red Green Blue C M Y K H S L
Decimal 250 175 166 0 0.3 0.34 0.02 6.43 0.89 0.82
Hex FA AF A6 0 1E 22 2 6 59 52
Octal 372 257 246 0 36 42 2 6 131 122
Binary 11111010 10101111 10100110 0 11110 100010 10 110 1011001 1010010

Color Harmonies of #FAAFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAFA6

Black with #FAAFA6

Text Example


Text Example

White with #FAAFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAFA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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