#F1B5DB

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

Shades of Lavender Pink #F1B5DB

Tints of Lavender Pink #F1B5DB

Color information

#F1B5DB (or 0xF1B5DB) is unknown color: approx Lavender Pink. HEX triplet: F1, B5 and DB. RGB value is (241,181,219). Sum of RGB (Red+Green+Blue) = 241+181+219=641 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.60% from 641); Green value is 181 (71.09% from 255 or 28.24% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B5DB is #0E4A24. Grayscale: #CBCBCB. Windows color (decimal): -936485 or 14398961. OLE color: 14398961.

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

Color convert

RGB241181219-
CMYK00.250.090.05
HSL322º68.18%82.75%-
HSV(B)322º24.9%94.51%-
XYZ65.5956.8674.54-
YUV203.27136.88154.91-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.60%
GREEN value IS 181 (71.09% from 255) = 28.24%
BLUE value IS 219 (85.94% from 255) = 34.17%
R=37.60%
G=28.24%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118121900.250.090.0532268.1882.75
HexF1B5DB019951424453
Octal361265333031115502104123
Binary111100011011010111011011011001100110110100001010001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B5DB; }

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

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

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

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

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

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

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

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