#FFB1BE

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

Shades of Light Pink #FFB1BE

Tints of Light Pink #FFB1BE

Color information

#FFB1BE (or 0xFFB1BE) is unknown color: approx Light Pink. HEX triplet: FF, B1 and BE. RGB value is (255,177,190). Sum of RGB (Red+Green+Blue) = 255+177+190=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 177 (69.53% from 255 or 28.46% from 622); Blue value is 190 (74.61% from 255 or 30.55% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB1BE is #004E41. Grayscale: #C9C9C9. Windows color (decimal): -20034 or 12497407. OLE color: 12497407.

HSL color Cylindrical-coordinate representation of color #FFB1BE: hue angle of 350º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFB1BE is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB255177190-
CMYK00.310.250
HSL350º100%84.71%-
HSV(B)350º30.59%100%-
XYZ66.2656.4256.11-
YUV201.8121.34165.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.00%
GREEN value IS 177 (69.53% from 255) = 28.46%
BLUE value IS 190 (74.61% from 255) = 30.55%
R=41.00%
G=28.46%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517719000.310.25035010084.71
HexFFB1BE01F19015e6455
Octal377261276037310536144125
Binary11111111101100011011111001111111001010101111011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB1BE; }

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

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

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

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

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

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

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

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