Html Css Color HEX #FAB1A9 Sundown

📋 copy color: '#FAB1A9'

red 250 ◦ green 177 ◦ blue 169

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

Shades of Sundown #FAB1A9

Tints of Sundown #FAB1A9

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.7%

 BLUE value IS 169 (66.41% from 255) = 28.36%

R = 41.95%
G = 29.7%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FAB1A9 (or 0xFAB1A9) is known color: Sundown. HEX triplet: FA, B1 and A9. RGB value is (250,177,169). Sum of RGB (Red+Green+Blue) = 250+177+169=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 177 (69.53% from 255 or 29.70% from 596); Blue value is 169 (66.41% from 255 or 28.36% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB1A9 is #054E56. Grayscale: #C6C6C6. Windows color (decimal): -347735 or 11121146. OLE color: 11121146.

HSL color Cylindrical-coordinate representation of color #FAB1A9: hue angle of 5.93º 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 #FAB1A9 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 177 169 -
CMYK 0 0.29 0.32 0.02
HSL 5.93º 0.89% 0.82% -
HSV(B) 5.93º 0.32% 0.98% -
XYZ 62.31 54.63 44.8 -
YUV 197.92 111.68 165.15 -
System Red Green Blue C M Y K H S L
Decimal 250 177 169 0 0.29 0.32 0.02 5.93 0.89 0.82
Hex FA B1 A9 0 1D 20 2 6 59 52
Octal 372 261 251 0 35 40 2 6 131 122
Binary 11111010 10110001 10101001 0 11101 100000 10 110 1011001 1010010

Color Harmonies of #FAB1A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB1A9

Black with #FAB1A9

Text Example


Text Example

White with #FAB1A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB1A9; }

 p { color: rgb(250,177,169); }

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

background-color css

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

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

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

border-color css

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

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

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