#FEB1BB

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

Shades of Light Pink #FEB1BB

Tints of Light Pink #FEB1BB

Color information

#FEB1BB (or 0xFEB1BB) is unknown color: approx Light Pink. HEX triplet: FE, B1 and BB. RGB value is (254,177,187). Sum of RGB (Red+Green+Blue) = 254+177+187=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 177 (69.53% from 255 or 28.64% from 618); Blue value is 187 (73.44% from 255 or 30.26% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB1BB is #014E44. Grayscale: #C9C9C9. Windows color (decimal): -85573 or 12300798. OLE color: 12300798.

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

Color convert

RGB254177187-
CMYK00.300.260.00
HSL352.21º97.47%84.51%-
HSV(B)352.21º30.31%99.61%-
XYZ65.5656.154.39-
YUV201.16120.01165.69-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.10%
GREEN value IS 177 (69.53% from 255) = 28.64%
BLUE value IS 187 (73.44% from 255) = 30.26%
R=41.10%
G=28.64%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417718700.300.260.00352.2197.4784.51
HexFEB1BB01E1A01606155
Octal376261273036320540141125
Binary11111110101100011011101101111011010010110000011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB1BB; }

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

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

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

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

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

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

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

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