#FEB1B5

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

Shades of Light Pink #FEB1B5

Tints of Light Pink #FEB1B5

Color information

#FEB1B5 (or 0xFEB1B5) is unknown color: approx Light Pink. HEX triplet: FE, B1 and B5. RGB value is (254,177,181). Sum of RGB (Red+Green+Blue) = 254+177+181=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 177 (69.53% from 255 or 28.92% from 612); Blue value is 181 (71.09% from 255 or 29.58% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB1B5 is #014E4A. Grayscale: #C8C8C8. Windows color (decimal): -85579 or 11907582. OLE color: 11907582.

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

Color convert

RGB254177181-
CMYK00.300.290.00
HSL356.88º97.47%84.51%-
HSV(B)356.88º30.31%99.61%-
XYZ64.9455.8551.07-
YUV200.48117.01166.17-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.50%
GREEN value IS 177 (69.53% from 255) = 28.92%
BLUE value IS 181 (71.09% from 255) = 29.58%
R=41.50%
G=28.92%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417718100.300.290.00356.8897.4784.51
HexFEB1B501E1D01656155
Octal376261265036350545141125
Binary11111110101100011011010101111011101010110010111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB1B5; }

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

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

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

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

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

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

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

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