#F1B3D9

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

Shades of Lavender Pink #F1B3D9

Tints of Lavender Pink #F1B3D9

Color information

#F1B3D9 (or 0xF1B3D9) is unknown color: approx Lavender Pink. HEX triplet: F1, B3 and D9. RGB value is (241,179,217). Sum of RGB (Red+Green+Blue) = 241+179+217=637 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.83% from 637); Green value is 179 (70.31% from 255 or 28.10% from 637); Blue value is 217 (85.16% from 255 or 34.07% from 637); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B3D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B3D9 is #0E4C26. Grayscale: #C9C9C9. Windows color (decimal): -936999 or 14267377. OLE color: 14267377.

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

Color convert

RGB241179217-
CMYK00.260.100.05
HSL323.23º68.89%82.35%-
HSV(B)323.23º25.73%94.51%-
XYZ64.9255.9573.02-
YUV201.87136.54155.91-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.83%
GREEN value IS 179 (70.31% from 255) = 28.10%
BLUE value IS 217 (85.16% from 255) = 34.07%
R=37.83%
G=28.10%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117921700.260.100.05323.2368.8982.35
HexF1B3D901AA51434552
Octal361263331032125503105122
Binary111100011011001111011001011010101010110100001110001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B3D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B3D9; }

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

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

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

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

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

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

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

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