#FEB1BE

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

Shades of Light Pink #FEB1BE

Tints of Light Pink #FEB1BE

Color information

#FEB1BE (or 0xFEB1BE) is unknown color: approx Light Pink. HEX triplet: FE, B1 and BE. RGB value is (254,177,190). Sum of RGB (Red+Green+Blue) = 254+177+190=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 177 (69.53% from 255 or 28.50% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB1BE is #014E41. Grayscale: #C9C9C9. Windows color (decimal): -85570 or 12497406. OLE color: 12497406.

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

Color convert

RGB254177190-
CMYK00.300.250.00
HSL349.87º97.47%84.51%-
HSV(B)349.87º30.31%99.61%-
XYZ65.8956.2356.1-
YUV201.5121.51165.44-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.90%
GREEN value IS 177 (69.53% from 255) = 28.50%
BLUE value IS 190 (74.61% from 255) = 30.60%
R=40.90%
G=28.50%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417719000.300.250.00349.8797.4784.51
HexFEB1BE01E19015e6155
Octal376261276036310536141125
Binary11111110101100011011111001111011001010101111011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB1BE; }

 p { color: rgb(254,177,190); }

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

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

 a { background-color: rgb(254,177,190); }

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

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

 span { border-color: rgb(254,177,190); }

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