Html Css Color HEX #F1B9DB Lavender Pink

📋 copy color: '#F1B9DB'

red 241 ◦ green 185 ◦ blue 219

#F1B9DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Pink #F1B9DB

Tints of Lavender Pink #F1B9DB

RGB

 RED value IS 241 (94.53% from 255) = 37.36%

 GREEN value IS 185 (72.66% from 255) = 28.68%

 BLUE value IS 219 (85.94% from 255) = 33.95%

R = 37.36%
G = 28.68%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F1B9DB (or 0xF1B9DB) is known color: Lavender Pink. HEX triplet: F1, B9 and DB. RGB value is (241,185,219). Sum of RGB (Red+Green+Blue) = 241+185+219=645 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.36% from 645); Green value is 185 (72.66% from 255 or 28.68% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B9DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B9DB is #0E4624. Grayscale: #CDCDCD. Windows color (decimal): -935461 or 14399985. OLE color: 14399985.

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

Color convert

RGB 241 185 219 -
CMYK 0 0.23 0.09 0.05
HSL 323.57º 0.67% 0.84% -
HSV(B) 323.57º 0.23% 0.95% -
XYZ 66.41 58.51 74.81 -
YUV 205.62 135.55 153.24 -
System Red Green Blue C M Y K H S L
Decimal 241 185 219 0 0.23 0.09 0.05 323.57 0.67 0.84
Hex F1 B9 DB 0 17 9 5 144 43 54
Octal 361 271 333 0 27 11 5 504 103 124
Binary 11110001 10111001 11011011 0 10111 1001 101 101000100 1000011 1010100

Color Harmonies of #F1B9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B9DB

Black with #F1B9DB

Text Example


Text Example

White with #F1B9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B9DB; }

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

 H1.HeaderClassName
 {
   color: #F1B9DB;
 }
 .AnyTagClassName
 {
   color: #F1B9DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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