#F1B9D8

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

Shades of Lavender Pink #F1B9D8

Tints of Lavender Pink #F1B9D8

Color information

#F1B9D8 (or 0xF1B9D8) is unknown color: approx Lavender Pink. HEX triplet: F1, B9 and D8. RGB value is (241,185,216). Sum of RGB (Red+Green+Blue) = 241+185+216=642 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.54% from 642); Green value is 185 (72.66% from 255 or 28.82% from 642); Blue value is 216 (84.77% from 255 or 33.64% from 642); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B9D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B9D8 is #0E4627. Grayscale: #CDCDCD. Windows color (decimal): -935464 or 14203377. OLE color: 14203377.

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

Color convert

RGB241185216-
CMYK00.230.100.05
HSL326.79º66.67%83.53%-
HSV(B)326.79º23.24%94.51%-
XYZ66.0258.3672.75-
YUV205.28134.05153.48-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.54%
GREEN value IS 185 (72.66% from 255) = 28.82%
BLUE value IS 216 (84.77% from 255) = 33.64%
R=37.54%
G=28.82%
B=33.64%

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
Decimal24118521600.230.100.05326.7966.6783.53
HexF1B9D8017A51474354
Octal361271330027125507103124
Binary111100011011100111011000010111101010110100011110000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B9D8; }

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

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

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

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

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

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

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

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