Html Css Color HEX #FAB1AB Sundown

📋 copy color: '#FAB1AB'

red 250 ◦ green 177 ◦ blue 171

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

Shades of Sundown #FAB1AB

Tints of Sundown #FAB1AB

RGB

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

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

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

R = 41.81%
G = 29.6%
B = 28.6%

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

#FAB1AB (or 0xFAB1AB) is known color: Sundown. HEX triplet: FA, B1 and AB. RGB value is (250,177,171). Sum of RGB (Red+Green+Blue) = 250+177+171=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 177 (69.53% from 255 or 29.60% from 598); Blue value is 171 (67.19% from 255 or 28.60% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB1AB is #054E54. Grayscale: #C6C6C6. Windows color (decimal): -347733 or 11252218. OLE color: 11252218.

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

Color convert

RGB 250 177 171 -
CMYK 0 0.29 0.32 0.02
HSL 4.56º 0.89% 0.83% -
HSV(B) 4.56º 0.32% 0.98% -
XYZ 62.5 54.71 45.79 -
YUV 198.14 112.68 164.99 -
System Red Green Blue C M Y K H S L
Decimal 250 177 171 0 0.29 0.32 0.02 4.56 0.89 0.83
Hex FA B1 AB 0 1D 20 2 5 59 53
Octal 372 261 253 0 35 40 2 5 131 123
Binary 11111010 10110001 10101011 0 11101 100000 10 101 1011001 1010011

Color Harmonies of #FAB1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB1AB

Black with #FAB1AB

Text Example


Text Example

White with #FAB1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB1AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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