#FEB0AE

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

Shades of Sundown #FEB0AE

Tints of Sundown #FEB0AE

Color information

#FEB0AE (or 0xFEB0AE) is unknown color: approx Sundown. HEX triplet: FE, B0 and AE. RGB value is (254,176,174). Sum of RGB (Red+Green+Blue) = 254+176+174=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 176 (69.14% from 255 or 29.14% from 604); Blue value is 174 (68.36% from 255 or 28.81% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB0AE is #014F51. Grayscale: #C7C7C7. Windows color (decimal): -85842 or 11448574. OLE color: 11448574.

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

Color convert

RGB254176174-
CMYK00.310.310.00
HSL1.5º97.56%83.92%-
HSV(B)1.5º31.5%99.61%-
XYZ64.0455.1847.32-
YUV199.09113.84167.16-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.05%
GREEN value IS 176 (69.14% from 255) = 29.14%
BLUE value IS 174 (68.36% from 255) = 28.81%
R=42.05%
G=29.14%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417617400.310.310.001.597.5683.92
HexFEB0AE01F1F026254
Octal3762602560373702142124
Binary1111111010110000101011100111111111101011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB0AE; }

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

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

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

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

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

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

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

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