#FEB2AC

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

Shades of Sundown #FEB2AC

Tints of Sundown #FEB2AC

Color information

#FEB2AC (or 0xFEB2AC) is unknown color: approx Sundown. HEX triplet: FE, B2 and AC. RGB value is (254,178,172). Sum of RGB (Red+Green+Blue) = 254+178+172=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 178 (69.92% from 255 or 29.47% from 604); Blue value is 172 (67.58% from 255 or 28.48% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB2AC is #014D53. Grayscale: #C8C8C8. Windows color (decimal): -85332 or 11318014. OLE color: 11318014.

HSL color Cylindrical-coordinate representation of color #FEB2AC: hue angle of 4.39º 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 #FEB2AC is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.00.

Color convert

RGB254178172-
CMYK00.300.320.00
HSL4.39º97.62%83.53%-
HSV(B)4.39º32.28%99.61%-
XYZ64.2455.8946.43-
YUV200.04112.18166.49-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.05%
GREEN value IS 178 (69.92% from 255) = 29.47%
BLUE value IS 172 (67.58% from 255) = 28.48%
R=42.05%
G=29.47%
B=28.48%

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
Decimal25417817200.300.320.004.3997.6283.53
HexFEB2AC01E20046254
Octal3762622540364004142124
Binary111111101011001010101100011110100000010011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB2AC; }

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

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

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

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

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

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

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

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