#FEB2AD

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

Shades of Sundown #FEB2AD

Tints of Sundown #FEB2AD

Color information

#FEB2AD (or 0xFEB2AD) is unknown color: approx Sundown. HEX triplet: FE, B2 and AD. RGB value is (254,178,173). Sum of RGB (Red+Green+Blue) = 254+178+173=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 178 (69.92% from 255 or 29.42% from 605); Blue value is 173 (67.97% from 255 or 28.60% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB2AD is #014D52. Grayscale: #C8C8C8. Windows color (decimal): -85331 or 11383550. OLE color: 11383550.

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

Color convert

RGB254178173-
CMYK00.300.320.00
HSL3.7º97.59%83.73%-
HSV(B)3.7º31.89%99.61%-
XYZ64.3455.9346.94-
YUV200.15112.68166.41-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.98%
GREEN value IS 178 (69.92% from 255) = 29.42%
BLUE value IS 173 (67.97% from 255) = 28.60%
R=41.98%
G=29.42%
B=28.60%

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
Decimal25417817300.300.320.003.797.5983.73
HexFEB2AD01E20046254
Octal3762622550364004142124
Binary111111101011001010101101011110100000010011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB2AD; }

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

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

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

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

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

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

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

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