#FEB2B0

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

Shades of Sundown #FEB2B0

Tints of Sundown #FEB2B0

Color information

#FEB2B0 (or 0xFEB2B0) is unknown color: approx Sundown. HEX triplet: FE, B2 and B0. RGB value is (254,178,176). Sum of RGB (Red+Green+Blue) = 254+178+176=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 178 (69.92% from 255 or 29.28% from 608); Blue value is 176 (69.14% from 255 or 28.95% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB2B0 is #014D4F. Grayscale: #C8C8C8. Windows color (decimal): -85328 or 11580158. OLE color: 11580158.

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

Color convert

RGB254178176-
CMYK00.300.310.00
HSL1.54º97.5%84.31%-
HSV(B)1.54º30.71%99.61%-
XYZ64.6356.0548.49-
YUV200.5114.18166.16-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.78%
GREEN value IS 178 (69.92% from 255) = 29.28%
BLUE value IS 176 (69.14% from 255) = 28.95%
R=41.78%
G=29.28%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417817600.300.310.001.5497.584.31
HexFEB2B001E1F026254
Octal3762622600363702142124
Binary1111111010110010101100000111101111101011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB2B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB2B0; }

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

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

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

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

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

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

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

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