#F1B7D9

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

Shades of Lavender Pink #F1B7D9

Tints of Lavender Pink #F1B7D9

Color information

#F1B7D9 (or 0xF1B7D9) is unknown color: approx Lavender Pink. HEX triplet: F1, B7 and D9. RGB value is (241,183,217). Sum of RGB (Red+Green+Blue) = 241+183+217=641 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.60% from 641); Green value is 183 (71.88% from 255 or 28.55% from 641); Blue value is 217 (85.16% from 255 or 33.85% from 641); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B7D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B7D9 is #0E4826. Grayscale: #CCCCCC. Windows color (decimal): -935975 or 14268401. OLE color: 14268401.

HSL color Cylindrical-coordinate representation of color #F1B7D9: hue angle of 324.83º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F1B7D9 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB241183217-
CMYK00.240.100.05
HSL324.83º67.44%83.14%-
HSV(B)324.83º24.07%94.51%-
XYZ65.7357.5873.29-
YUV204.22135.22154.24-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.60%
GREEN value IS 183 (71.88% from 255) = 28.55%
BLUE value IS 217 (85.16% from 255) = 33.85%
R=37.60%
G=28.55%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118321700.240.100.05324.8367.4483.14
HexF1B7D9018A51454353
Octal361267331030125505103123
Binary111100011011011111011001011000101010110100010110000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B7D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B7D9; }

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

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

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

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

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

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

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

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