#FEB1B9

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

Shades of Light Pink #FEB1B9

Tints of Light Pink #FEB1B9

Color information

#FEB1B9 (or 0xFEB1B9) is unknown color: approx Light Pink. HEX triplet: FE, B1 and B9. RGB value is (254,177,185). Sum of RGB (Red+Green+Blue) = 254+177+185=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 177 (69.53% from 255 or 28.73% from 616); Blue value is 185 (72.66% from 255 or 30.03% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB1B9 is #014E46. Grayscale: #C8C8C8. Windows color (decimal): -85575 or 12169726. OLE color: 12169726.

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

Color convert

RGB254177185-
CMYK00.300.270.00
HSL353.77º97.47%84.51%-
HSV(B)353.77º30.31%99.61%-
XYZ65.3556.0253.27-
YUV200.94119.01165.85-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.23%
GREEN value IS 177 (69.53% from 255) = 28.73%
BLUE value IS 185 (72.66% from 255) = 30.03%
R=41.23%
G=28.73%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417718500.300.270.00353.7797.4784.51
HexFEB1B901E1B01626155
Octal376261271036330542141125
Binary11111110101100011011100101111011011010110001011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB1B9; }

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

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

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

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

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

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

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

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