#F1B9DC

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

Shades of Lavender Pink #F1B9DC

Tints of Lavender Pink #F1B9DC

Color information

#F1B9DC (or 0xF1B9DC) is unknown color: approx Lavender Pink. HEX triplet: F1, B9 and DC. RGB value is (241,185,220). Sum of RGB (Red+Green+Blue) = 241+185+220=646 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.31% from 646); Green value is 185 (72.66% from 255 or 28.64% from 646); Blue value is 220 (86.33% from 255 or 34.06% from 646); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B9DC is #0E4623. Grayscale: #CDCDCD. Windows color (decimal): -935460 or 14465521. OLE color: 14465521.

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

Color convert

RGB241185220-
CMYK00.230.090.05
HSL322.5º66.67%83.53%-
HSV(B)322.5º23.24%94.51%-
XYZ66.5458.5775.51-
YUV205.73136.05153.15-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.31%
GREEN value IS 185 (72.66% from 255) = 28.64%
BLUE value IS 220 (86.33% from 255) = 34.06%
R=37.31%
G=28.64%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118522000.230.090.05322.566.6783.53
HexF1B9DC017951424354
Octal361271334027115502103124
Binary111100011011100111011100010111100110110100001010000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B9DC; }

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

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

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

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

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

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

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

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