#F1B3DC

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

Shades of Lavender Pink #F1B3DC

Tints of Lavender Pink #F1B3DC

Color information

#F1B3DC (or 0xF1B3DC) is unknown color: approx Lavender Pink. HEX triplet: F1, B3 and DC. RGB value is (241,179,220). Sum of RGB (Red+Green+Blue) = 241+179+220=640 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.66% from 640); Green value is 179 (70.31% from 255 or 27.97% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B3DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B3DC is #0E4C23. Grayscale: #CACACA. Windows color (decimal): -936996 or 14463985. OLE color: 14463985.

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

Color convert

RGB241179220-
CMYK00.260.090.05
HSL320.32º68.89%82.35%-
HSV(B)320.32º25.73%94.51%-
XYZ65.3156.1175.1-
YUV202.21138.04155.67-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.66%
GREEN value IS 179 (70.31% from 255) = 27.97%
BLUE value IS 220 (86.33% from 255) = 34.38%
R=37.66%
G=27.97%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117922000.260.090.05320.3268.8982.35
HexF1B3DC01A951404552
Octal361263334032115500105122
Binary111100011011001111011100011010100110110100000010001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B3DC; }

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

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

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

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

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

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

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

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