#FFB1DB

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

Shades of Lavender Pink #FFB1DB

Tints of Lavender Pink #FFB1DB

Color information

#FFB1DB (or 0xFFB1DB) is unknown color: approx Lavender Pink. HEX triplet: FF, B1 and DB. RGB value is (255,177,219). Sum of RGB (Red+Green+Blue) = 255+177+219=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 177 (69.53% from 255 or 27.19% from 651); Blue value is 219 (85.94% from 255 or 33.64% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB1DB is #004E24. Grayscale: #CDCDCD. Windows color (decimal): -20005 or 14397951. OLE color: 14397951.

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

Color convert

RGB255177219-
CMYK00.310.140
HSL327.69º100%84.71%-
HSV(B)327.69º30.59%100%-
XYZ69.7557.8274.5-
YUV205.11135.84163.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.17%
GREEN value IS 177 (69.53% from 255) = 27.19%
BLUE value IS 219 (85.94% from 255) = 33.64%
R=39.17%
G=27.19%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517721900.310.140327.6910084.71
HexFFB1DB01FE01486455
Octal377261333037160510144125
Binary1111111110110001110110110111111110010100100011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB1DB; }

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

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

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

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

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

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

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

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