#FFB1AA

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

Shades of Sundown #FFB1AA

Tints of Sundown #FFB1AA

Color information

#FFB1AA (or 0xFFB1AA) is unknown color: approx Sundown. HEX triplet: FF, B1 and AA. RGB value is (255,177,170). Sum of RGB (Red+Green+Blue) = 255+177+170=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 177 (69.53% from 255 or 29.40% from 602); Blue value is 170 (66.80% from 255 or 28.24% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB1AA is #004E55. Grayscale: #C7C7C7. Windows color (decimal): -20054 or 11186687. OLE color: 11186687.

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

Color convert

RGB255177170-
CMYK00.310.330
HSL4.94º100%83.33%-
HSV(B)4.94º33.33%100%-
XYZ64.2255.6145.38-
YUV199.52111.34167.57-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.36%
GREEN value IS 177 (69.53% from 255) = 29.40%
BLUE value IS 170 (66.80% from 255) = 28.24%
R=42.36%
G=29.40%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517717000.310.3304.9410083.33
HexFFB1AA01F21056453
Octal3772612520374105144123
Binary111111111011000110101010011111100001010111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB1AA; }

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

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

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

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

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

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

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

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