#FFB1A9

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

Shades of Sundown #FFB1A9

Tints of Sundown #FFB1A9

Color information

#FFB1A9 (or 0xFFB1A9) is unknown color: approx Sundown. HEX triplet: FF, B1 and A9. RGB value is (255,177,169). Sum of RGB (Red+Green+Blue) = 255+177+169=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 177 (69.53% from 255 or 29.45% from 601); Blue value is 169 (66.41% from 255 or 28.12% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB1A9 is #004E56. Grayscale: #C7C7C7. Windows color (decimal): -20055 or 11121151. OLE color: 11121151.

HSL color Cylindrical-coordinate representation of color #FFB1A9: hue angle of 5.58º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FFB1A9 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.

Color convert

RGB255177169-
CMYK00.310.340
HSL5.58º100%83.14%-
HSV(B)5.58º33.73%100%-
XYZ64.1255.5744.88-
YUV199.41110.84167.65-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.43%
GREEN value IS 177 (69.53% from 255) = 29.45%
BLUE value IS 169 (66.41% from 255) = 28.12%
R=42.43%
G=29.45%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517716900.310.3405.5810083.14
HexFFB1A901F22066453
Octal3772612510374206144123
Binary111111111011000110101001011111100010011011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB1A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB1A9; }

 p { color: rgb(255,177,169); }

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

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

 a { background-color: rgb(255,177,169); }

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

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

 span { border-color: rgb(255,177,169); }

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