#FEB0A8

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

Shades of Sundown #FEB0A8

Tints of Sundown #FEB0A8

Color information

#FEB0A8 (or 0xFEB0A8) is unknown color: approx Sundown. HEX triplet: FE, B0 and A8. RGB value is (254,176,168). Sum of RGB (Red+Green+Blue) = 254+176+168=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 176 (69.14% from 255 or 29.43% from 598); Blue value is 168 (66.02% from 255 or 28.09% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB0A8 is #014F57. Grayscale: #C6C6C6. Windows color (decimal): -85848 or 11055358. OLE color: 11055358.

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

Color convert

RGB254176168-
CMYK00.310.340.00
HSL5.58º97.73%82.75%-
HSV(B)5.58º33.86%99.61%-
XYZ63.4754.9544.31-
YUV198.41110.84167.65-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.47%
GREEN value IS 176 (69.14% from 255) = 29.43%
BLUE value IS 168 (66.02% from 255) = 28.09%
R=42.47%
G=29.43%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417616800.310.340.005.5897.7382.75
HexFEB0A801F22066253
Octal3762602500374206142123
Binary111111101011000010101000011111100010011011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB0A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB0A8; }

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

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

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

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

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

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

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

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