Html Css Color HEX #FAB0A6 Sundown

📋 copy color: '#FAB0A6'

red 250 ◦ green 176 ◦ blue 166

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

Shades of Sundown #FAB0A6

Tints of Sundown #FAB0A6

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.73%

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

R = 42.23%
G = 29.73%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FAB0A6 (or 0xFAB0A6) is known color: Sundown. HEX triplet: FA, B0 and A6. RGB value is (250,176,166). Sum of RGB (Red+Green+Blue) = 250+176+166=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 176 (69.14% from 255 or 29.73% from 592); Blue value is 166 (65.23% from 255 or 28.04% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB0A6 is #054F59. Grayscale: #C5C5C5. Windows color (decimal): -347994 or 10924282. OLE color: 10924282.

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

Color convert

RGB 250 176 166 -
CMYK 0 0.30 0.34 0.02
HSL 7.14º 0.89% 0.82% -
HSV(B) 7.14º 0.34% 0.98% -
XYZ 61.83 54.13 43.27 -
YUV 196.99 110.52 165.81 -
System Red Green Blue C M Y K H S L
Decimal 250 176 166 0 0.30 0.34 0.02 7.14 0.89 0.82
Hex FA B0 A6 0 1E 22 2 7 59 52
Octal 372 260 246 0 36 42 2 7 131 122
Binary 11111010 10110000 10100110 0 11110 100010 10 111 1011001 1010010

Color Harmonies of #FAB0A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB0A6

Black with #FAB0A6

Text Example


Text Example

White with #FAB0A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB0A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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