#FFB1BF

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

Shades of Light Pink #FFB1BF

Tints of Light Pink #FFB1BF

Color information

#FFB1BF (or 0xFFB1BF) is unknown color: approx Light Pink. HEX triplet: FF, B1 and BF. RGB value is (255,177,191). Sum of RGB (Red+Green+Blue) = 255+177+191=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 177 (69.53% from 255 or 28.41% from 623); Blue value is 191 (75% from 255 or 30.66% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB1BF is #004E40. Grayscale: #C9C9C9. Windows color (decimal): -20033 or 12562943. OLE color: 12562943.

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

Color convert

RGB255177191-
CMYK00.310.250
HSL349.23º100%84.71%-
HSV(B)349.23º30.59%100%-
XYZ66.3756.4756.69-
YUV201.92121.84165.86-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.93%
GREEN value IS 177 (69.53% from 255) = 28.41%
BLUE value IS 191 (75% from 255) = 30.66%
R=40.93%
G=28.41%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517719100.310.250349.2310084.71
HexFFB1BF01F19015d6455
Octal377261277037310535144125
Binary11111111101100011011111101111111001010101110111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB1BF; }

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

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

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

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

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

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

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

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