#FFB1E1

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

Shades of Lavender Pink #FFB1E1

Tints of Lavender Pink #FFB1E1

Color information

#FFB1E1 (or 0xFFB1E1) is unknown color: approx Lavender Pink. HEX triplet: FF, B1 and E1. RGB value is (255,177,225). Sum of RGB (Red+Green+Blue) = 255+177+225=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 177 (69.53% from 255 or 26.94% from 657); Blue value is 225 (88.28% from 255 or 34.25% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB1E1 is #004E1E. Grayscale: #CDCDCD. Windows color (decimal): -19999 or 14791167. OLE color: 14791167.

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

Color convert

RGB255177225-
CMYK00.310.120
HSL323.08º100%84.71%-
HSV(B)323.08º30.59%100%-
XYZ70.5558.1478.74-
YUV205.79138.84163.1-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.81%
GREEN value IS 177 (69.53% from 255) = 26.94%
BLUE value IS 225 (88.28% from 255) = 34.25%
R=38.81%
G=26.94%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517722500.310.120323.0810084.71
HexFFB1E101FC01436455
Octal377261341037140503144125
Binary1111111110110001111000010111111100010100001111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB1E1; }

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

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

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

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

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

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

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

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