#FEB3B0

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

Shades of Sundown #FEB3B0

Tints of Sundown #FEB3B0

Color information

#FEB3B0 (or 0xFEB3B0) is unknown color: approx Sundown. HEX triplet: FE, B3 and B0. RGB value is (254,179,176). Sum of RGB (Red+Green+Blue) = 254+179+176=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 179 (70.31% from 255 or 29.39% from 609); Blue value is 176 (69.14% from 255 or 28.90% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB3B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB3B0 is #014C4F. Grayscale: #C9C9C9. Windows color (decimal): -85072 or 11580414. OLE color: 11580414.

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

Color convert

RGB254179176-
CMYK00.300.310.00
HSL2.31º97.5%84.31%-
HSV(B)2.31º30.71%99.61%-
XYZ64.8356.4548.55-
YUV201.08113.85165.74-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.71%
GREEN value IS 179 (70.31% from 255) = 29.39%
BLUE value IS 176 (69.14% from 255) = 28.90%
R=41.71%
G=29.39%
B=28.90%

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
Decimal25417917600.300.310.002.3197.584.31
HexFEB3B001E1F026254
Octal3762632600363702142124
Binary1111111010110011101100000111101111101011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB3B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB3B0; }

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

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

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

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

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

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

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

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