#FEB1AB

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

Shades of Sundown #FEB1AB

Tints of Sundown #FEB1AB

Color information

#FEB1AB (or 0xFEB1AB) is unknown color: approx Sundown. HEX triplet: FE, B1 and AB. RGB value is (254,177,171). Sum of RGB (Red+Green+Blue) = 254+177+171=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 177 (69.53% from 255 or 29.40% from 602); Blue value is 171 (67.19% from 255 or 28.41% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB1AB is #014E54. Grayscale: #C7C7C7. Windows color (decimal): -85589 or 11252222. OLE color: 11252222.

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

Color convert

RGB254177171-
CMYK00.300.330.00
HSL4.34º97.65%83.33%-
HSV(B)4.34º32.68%99.61%-
XYZ63.9555.4645.86-
YUV199.34112.01166.99-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.19%
GREEN value IS 177 (69.53% from 255) = 29.40%
BLUE value IS 171 (67.19% from 255) = 28.41%
R=42.19%
G=29.40%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417717100.300.330.004.3497.6583.33
HexFEB1AB01E21046253
Octal3762612530364104142123
Binary111111101011000110101011011110100001010011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB1AB; }

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

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

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

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

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

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

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

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