#FAB1AF

Color #FAB1AF Sundown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sundown #FAB1AF

Tints of Sundown #FAB1AF

Color information

#FAB1AF (or 0xFAB1AF) is unknown color: approx Sundown. HEX triplet: FA, B1 and AF. RGB value is (250,177,175). Sum of RGB (Red+Green+Blue) = 250+177+175=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 177 (69.53% from 255 or 29.40% from 602); Blue value is 175 (68.75% from 255 or 29.07% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAB1AF is #054E50. Grayscale: #C6C6C6. Windows color (decimal): -347729 or 11514362. OLE color: 11514362.

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

Color convert

RGB250177175-
CMYK00.290.30.02
HSL1.6º88.24%83.33%-
HSV(B)1.6º30%98.04%-
XYZ62.8854.8647.83-
YUV198.6114.68164.66-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.53%
GREEN value IS 177 (69.53% from 255) = 29.40%
BLUE value IS 175 (68.75% from 255) = 29.07%
R=41.53%
G=29.40%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017717500.290.30.021.688.2483.33
HexFAB1AF01D1E225853
Octal3722612570353622130123
Binary11111010101100011010111101110111110101010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB1AF; }

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

 H1.HeaderClassName
 {
   color: #FAB1AF;
 }
 .AnyTagClassName
 {
   color: #FAB1AF;
 }
</style>
background-color css

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

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

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

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

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

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