#F1B9D9

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

Shades of Lavender Pink #F1B9D9

Tints of Lavender Pink #F1B9D9

Color information

#F1B9D9 (or 0xF1B9D9) is unknown color: approx Lavender Pink. HEX triplet: F1, B9 and D9. RGB value is (241,185,217). Sum of RGB (Red+Green+Blue) = 241+185+217=643 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.48% from 643); Green value is 185 (72.66% from 255 or 28.77% from 643); Blue value is 217 (85.16% from 255 or 33.75% from 643); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B9D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B9D9 is #0E4626. Grayscale: #CDCDCD. Windows color (decimal): -935463 or 14268913. OLE color: 14268913.

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

Color convert

RGB241185217-
CMYK00.230.100.05
HSL325.71º66.67%83.53%-
HSV(B)325.71º23.24%94.51%-
XYZ66.1558.4173.43-
YUV205.39134.55153.4-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.48%
GREEN value IS 185 (72.66% from 255) = 28.77%
BLUE value IS 217 (85.16% from 255) = 33.75%
R=37.48%
G=28.77%
B=33.75%

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
Decimal24118521700.230.100.05325.7166.6783.53
HexF1B9D9017A51464354
Octal361271331027125506103124
Binary111100011011100111011001010111101010110100011010000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B9D9; }

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

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

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

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

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

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

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

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