#FFB1AB

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

Shades of Sundown #FFB1AB

Tints of Sundown #FFB1AB

Color information

#FFB1AB (or 0xFFB1AB) is unknown color: approx Sundown. HEX triplet: FF, B1 and AB. RGB value is (255,177,171). Sum of RGB (Red+Green+Blue) = 255+177+171=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 177 (69.53% from 255 or 29.35% from 603); Blue value is 171 (67.19% from 255 or 28.36% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB1AB is #004E54. Grayscale: #C7C7C7. Windows color (decimal): -20053 or 11252223. OLE color: 11252223.

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

Color convert

RGB255177171-
CMYK00.310.330
HSL4.29º100%83.53%-
HSV(B)4.29º32.94%100%-
XYZ64.3155.6445.88-
YUV199.64111.84167.49-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.29%
GREEN value IS 177 (69.53% from 255) = 29.35%
BLUE value IS 171 (67.19% from 255) = 28.36%
R=42.29%
G=29.35%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517717100.310.3304.2910083.53
HexFFB1AB01F21046454
Octal3772612530374104144124
Binary111111111011000110101011011111100001010011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB1AB; }

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

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

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

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

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

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

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

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