#FEB1AC

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

Shades of Sundown #FEB1AC

Tints of Sundown #FEB1AC

Color information

#FEB1AC (or 0xFEB1AC) is unknown color: approx Sundown. HEX triplet: FE, B1 and AC. RGB value is (254,177,172). Sum of RGB (Red+Green+Blue) = 254+177+172=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 177 (69.53% from 255 or 29.35% from 603); Blue value is 172 (67.58% from 255 or 28.52% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB1AC is #014E53. Grayscale: #C7C7C7. Windows color (decimal): -85588 or 11317758. OLE color: 11317758.

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

Color convert

RGB254177172-
CMYK00.300.320.00
HSL3.66º97.62%83.53%-
HSV(B)3.66º32.28%99.61%-
XYZ64.0455.4946.37-
YUV199.45112.51166.91-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.12%
GREEN value IS 177 (69.53% from 255) = 29.35%
BLUE value IS 172 (67.58% from 255) = 28.52%
R=42.12%
G=29.35%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417717200.300.320.003.6697.6283.53
HexFEB1AC01E20046254
Octal3762612540364004142124
Binary111111101011000110101100011110100000010011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB1AC; }

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

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

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

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

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

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

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

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