#FEB0AB

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

Shades of Sundown #FEB0AB

Tints of Sundown #FEB0AB

Color information

#FEB0AB (or 0xFEB0AB) is unknown color: approx Sundown. HEX triplet: FE, B0 and AB. RGB value is (254,176,171). Sum of RGB (Red+Green+Blue) = 254+176+171=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 176 (69.14% from 255 or 29.28% from 601); Blue value is 171 (67.19% from 255 or 28.45% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB0AB is #014F54. Grayscale: #C6C6C6. Windows color (decimal): -85845 or 11251966. OLE color: 11251966.

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

Color convert

RGB254176171-
CMYK00.310.330.00
HSL3.61º97.65%83.33%-
HSV(B)3.61º32.68%99.61%-
XYZ63.7555.0645.8-
YUV198.75112.34167.41-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.26%
GREEN value IS 176 (69.14% from 255) = 29.28%
BLUE value IS 171 (67.19% from 255) = 28.45%
R=42.26%
G=29.28%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417617100.310.330.003.6197.6583.33
HexFEB0AB01F21046253
Octal3762602530374104142123
Binary111111101011000010101011011111100001010011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB0AB; }

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

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

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

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

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

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

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

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