#F1B1D9

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

Shades of Lavender Pink #F1B1D9

Tints of Lavender Pink #F1B1D9

Color information

#F1B1D9 (or 0xF1B1D9) is unknown color: approx Lavender Pink. HEX triplet: F1, B1 and D9. RGB value is (241,177,217). Sum of RGB (Red+Green+Blue) = 241+177+217=635 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.95% from 635); Green value is 177 (69.53% from 255 or 27.87% from 635); Blue value is 217 (85.16% from 255 or 34.17% from 635); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B1D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1B1D9 is #0E4E26. Grayscale: #C8C8C8. Windows color (decimal): -937511 or 14266865. OLE color: 14266865.

HSL color Cylindrical-coordinate representation of color #F1B1D9: hue angle of 322.5º 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 #F1B1D9 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB241177217-
CMYK00.270.100.05
HSL322.5º69.57%81.96%-
HSV(B)322.5º26.56%94.51%-
XYZ64.5255.1572.89-
YUV200.7137.2156.75-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.95%
GREEN value IS 177 (69.53% from 255) = 27.87%
BLUE value IS 217 (85.16% from 255) = 34.17%
R=37.95%
G=27.87%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117721700.270.100.05322.569.5781.96
HexF1B1D901BA51424652
Octal361261331033125502106122
Binary111100011011000111011001011011101010110100001010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B1D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B1D9; }

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

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

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

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

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

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

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

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