#F1B9DA

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

Shades of Lavender Pink #F1B9DA

Tints of Lavender Pink #F1B9DA

Color information

#F1B9DA (or 0xF1B9DA) is unknown color: approx Lavender Pink. HEX triplet: F1, B9 and DA. RGB value is (241,185,218). Sum of RGB (Red+Green+Blue) = 241+185+218=644 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.42% from 644); Green value is 185 (72.66% from 255 or 28.73% from 644); Blue value is 218 (85.55% from 255 or 33.85% from 644); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B9DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B9DA is #0E4625. Grayscale: #CDCDCD. Windows color (decimal): -935462 or 14334449. OLE color: 14334449.

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

Color convert

RGB241185218-
CMYK00.230.100.05
HSL324.64º66.67%83.53%-
HSV(B)324.64º23.24%94.51%-
XYZ66.2858.4674.12-
YUV205.51135.05153.32-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.42%
GREEN value IS 185 (72.66% from 255) = 28.73%
BLUE value IS 218 (85.55% from 255) = 33.85%
R=37.42%
G=28.73%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118521800.230.100.05324.6466.6783.53
HexF1B9DA017A51454354
Octal361271332027125505103124
Binary111100011011100111011010010111101010110100010110000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B9DA; }

 p { color: rgb(241,185,218); }

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

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

 a { background-color: rgb(241,185,218); }

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

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

 span { border-color: rgb(241,185,218); }

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