#F1B1DB

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

Shades of Lavender Pink #F1B1DB

Tints of Lavender Pink #F1B1DB

Color information

#F1B1DB (or 0xF1B1DB) is unknown color: approx Lavender Pink. HEX triplet: F1, B1 and DB. RGB value is (241,177,219). Sum of RGB (Red+Green+Blue) = 241+177+219=637 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.83% from 637); Green value is 177 (69.53% from 255 or 27.79% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B1DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1B1DB is #0E4E24. Grayscale: #C8C8C8. Windows color (decimal): -937509 or 14397937. OLE color: 14397937.

HSL color Cylindrical-coordinate representation of color #F1B1DB: hue angle of 320.62º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F1B1DB is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB241177219-
CMYK00.270.090.05
HSL320.62º69.57%81.96%-
HSV(B)320.62º26.56%94.51%-
XYZ64.7855.2674.27-
YUV200.92138.2156.58-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.83%
GREEN value IS 177 (69.53% from 255) = 27.79%
BLUE value IS 219 (85.94% from 255) = 34.38%
R=37.83%
G=27.79%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117721900.270.090.05320.6269.5781.96
HexF1B1DB01B951414652
Octal361261333033115501106122
Binary111100011011000111011011011011100110110100000110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B1DB; }

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

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

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

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

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

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

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

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