#FFB1B5

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

Shades of Light Pink #FFB1B5

Tints of Light Pink #FFB1B5

Color information

#FFB1B5 (or 0xFFB1B5) is unknown color: approx Light Pink. HEX triplet: FF, B1 and B5. RGB value is (255,177,181). Sum of RGB (Red+Green+Blue) = 255+177+181=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 177 (69.53% from 255 or 28.87% from 613); Blue value is 181 (71.09% from 255 or 29.53% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB1B5 is #004E4A. Grayscale: #C8C8C8. Windows color (decimal): -20043 or 11907583. OLE color: 11907583.

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

Color convert

RGB255177181-
CMYK00.310.290
HSL356.92º100%84.71%-
HSV(B)356.92º30.59%100%-
XYZ65.356.0451.09-
YUV200.78116.84166.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.60%
GREEN value IS 177 (69.53% from 255) = 28.87%
BLUE value IS 181 (71.09% from 255) = 29.53%
R=41.60%
G=28.87%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517718100.310.290356.9210084.71
HexFFB1B501F1D01656455
Octal377261265037350545144125
Binary11111111101100011011010101111111101010110010111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB1B5; }

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

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

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

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

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

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

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

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