#FEB2A8

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

Shades of Sundown #FEB2A8

Tints of Sundown #FEB2A8

Color information

#FEB2A8 (or 0xFEB2A8) is unknown color: approx Sundown. HEX triplet: FE, B2 and A8. RGB value is (254,178,168). Sum of RGB (Red+Green+Blue) = 254+178+168=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 178 (69.92% from 255 or 29.67% from 600); Blue value is 168 (66.02% from 255 or 28% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB2A8 is #014D57. Grayscale: #C7C7C7. Windows color (decimal): -85336 or 11055870. OLE color: 11055870.

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

Color convert

RGB254178168-
CMYK00.300.340.00
HSL6.98º97.73%82.75%-
HSV(B)6.98º33.86%99.61%-
XYZ63.8655.7444.44-
YUV199.58110.18166.81-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.33%
GREEN value IS 178 (69.92% from 255) = 29.67%
BLUE value IS 168 (66.02% from 255) = 28%
R=42.33%
G=29.67%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417816800.300.340.006.9897.7382.75
HexFEB2A801E22076253
Octal3762622500364207142123
Binary111111101011001010101000011110100010011111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB2A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB2A8; }

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

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

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

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

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

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

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

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