Html Css Color HEX #FAB0AB Sundown

📋 copy color: '#FAB0AB'

red 250 ◦ green 176 ◦ blue 171

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

Shades of Sundown #FAB0AB

Tints of Sundown #FAB0AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 28.64%

R = 41.88%
G = 29.48%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FAB0AB (or 0xFAB0AB) is known color: Sundown. HEX triplet: FA, B0 and AB. RGB value is (250,176,171). Sum of RGB (Red+Green+Blue) = 250+176+171=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 176 (69.14% from 255 or 29.48% from 597); Blue value is 171 (67.19% from 255 or 28.64% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB0AB is #054F54. Grayscale: #C5C5C5. Windows color (decimal): -347989 or 11251962. OLE color: 11251962.

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

Color convert

RGB 250 176 171 -
CMYK 0 0.30 0.32 0.02
HSL 3.8º 0.89% 0.83% -
HSV(B) 3.8º 0.32% 0.98% -
XYZ 62.3 54.31 45.73 -
YUV 197.56 113.02 165.41 -
System Red Green Blue C M Y K H S L
Decimal 250 176 171 0 0.30 0.32 0.02 3.8 0.89 0.83
Hex FA B0 AB 0 1E 20 2 4 59 53
Octal 372 260 253 0 36 40 2 4 131 123
Binary 11111010 10110000 10101011 0 11110 100000 10 100 1011001 1010011

Color Harmonies of #FAB0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB0AB

Black with #FAB0AB

Text Example


Text Example

White with #FAB0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB0AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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