#FEB4B2

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

Shades of Sundown #FEB4B2

Tints of Sundown #FEB4B2

Color information

#FEB4B2 (or 0xFEB4B2) is unknown color: approx Sundown. HEX triplet: FE, B4 and B2. RGB value is (254,180,178). Sum of RGB (Red+Green+Blue) = 254+180+178=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 180 (70.70% from 255 or 29.41% from 612); Blue value is 178 (69.92% from 255 or 29.08% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB4B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB4B2 is #014B4D. Grayscale: #C9C9C9. Windows color (decimal): -84814 or 11711742. OLE color: 11711742.

HSL color Cylindrical-coordinate representation of color #FEB4B2: hue angle of 1.58º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEB4B2 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB254180178-
CMYK00.290.300.00
HSL1.58º97.44%84.71%-
HSV(B)1.58º29.92%99.61%-
XYZ65.2356.9349.67-
YUV201.9114.52165.16-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.50%
GREEN value IS 180 (70.70% from 255) = 29.41%
BLUE value IS 178 (69.92% from 255) = 29.08%
R=41.50%
G=29.41%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418017800.290.300.001.5897.4484.71
HexFEB4B201D1E026155
Octal3762642620353602141125
Binary1111111010110100101100100111011111001011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB4B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB4B2; }

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

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

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

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

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

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

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

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