#FEB2AE

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

Shades of Sundown #FEB2AE

Tints of Sundown #FEB2AE

Color information

#FEB2AE (or 0xFEB2AE) is unknown color: approx Sundown. HEX triplet: FE, B2 and AE. RGB value is (254,178,174). Sum of RGB (Red+Green+Blue) = 254+178+174=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 178 (69.92% from 255 or 29.37% from 606); Blue value is 174 (68.36% from 255 or 28.71% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB2AE is #014D51. Grayscale: #C8C8C8. Windows color (decimal): -85330 or 11449086. OLE color: 11449086.

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

Color convert

RGB254178174-
CMYK00.300.310.00
HSL97.56%83.92%-
HSV(B)31.5%99.61%-
XYZ64.4355.9747.45-
YUV200.27113.18166.33-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.91%
GREEN value IS 178 (69.92% from 255) = 29.37%
BLUE value IS 174 (68.36% from 255) = 28.71%
R=41.91%
G=29.37%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417817400.300.310.00397.5683.92
HexFEB2AE01E1F036254
Octal3762622560363703142124
Binary1111111010110010101011100111101111101111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB2AE; }

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

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

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

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

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

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

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

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