#FEB1BF

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

Shades of Light Pink #FEB1BF

Tints of Light Pink #FEB1BF

Color information

#FEB1BF (or 0xFEB1BF) is unknown color: approx Light Pink. HEX triplet: FE, B1 and BF. RGB value is (254,177,191). Sum of RGB (Red+Green+Blue) = 254+177+191=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 177 (69.53% from 255 or 28.46% from 622); Blue value is 191 (75% from 255 or 30.71% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB1BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB1BF is #014E40. Grayscale: #C9C9C9. Windows color (decimal): -85569 or 12562942. OLE color: 12562942.

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

Color convert

RGB254177191-
CMYK00.300.250.00
HSL349.09º97.47%84.51%-
HSV(B)349.09º30.31%99.61%-
XYZ6656.2856.67-
YUV201.62122.01165.36-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.84%
GREEN value IS 177 (69.53% from 255) = 28.46%
BLUE value IS 191 (75% from 255) = 30.71%
R=40.84%
G=28.46%
B=30.71%

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
Decimal25417719100.300.250.00349.0997.4784.51
HexFEB1BF01E19015d6155
Octal376261277036310535141125
Binary11111110101100011011111101111011001010101110111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB1BF; }

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

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

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

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

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

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

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

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