Html Css Color HEX #FAB1A6 Sundown

📋 copy color: '#FAB1A6'

red 250 ◦ green 177 ◦ blue 166

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

Shades of Sundown #FAB1A6

Tints of Sundown #FAB1A6

RGB

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

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

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

R = 42.16%
G = 29.85%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FAB1A6 (or 0xFAB1A6) is known color: Sundown. HEX triplet: FA, B1 and A6. RGB value is (250,177,166). Sum of RGB (Red+Green+Blue) = 250+177+166=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 177 (69.53% from 255 or 29.85% from 593); Blue value is 166 (65.23% from 255 or 27.99% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB1A6 is #054E59. Grayscale: #C5C5C5. Windows color (decimal): -347738 or 10924538. OLE color: 10924538.

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

Color convert

RGB 250 177 166 -
CMYK 0 0.29 0.34 0.02
HSL 7.86º 0.89% 0.82% -
HSV(B) 7.86º 0.34% 0.98% -
XYZ 62.03 54.52 43.33 -
YUV 197.57 110.18 165.39 -
System Red Green Blue C M Y K H S L
Decimal 250 177 166 0 0.29 0.34 0.02 7.86 0.89 0.82
Hex FA B1 A6 0 1D 22 2 8 59 52
Octal 372 261 246 0 35 42 2 10 131 122
Binary 11111010 10110001 10100110 0 11101 100010 10 1000 1011001 1010010

Color Harmonies of #FAB1A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB1A6

Black with #FAB1A6

Text Example


Text Example

White with #FAB1A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB1A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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