Html Css Color HEX #F1B6DB Lavender Pink

📋 copy color: '#F1B6DB'

red 241 ◦ green 182 ◦ blue 219

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

Shades of Lavender Pink #F1B6DB

Tints of Lavender Pink #F1B6DB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 28.35%

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

R = 37.54%
G = 28.35%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F1B6DB (or 0xF1B6DB) is known color: Lavender Pink. HEX triplet: F1, B6 and DB. RGB value is (241,182,219). Sum of RGB (Red+Green+Blue) = 241+182+219=642 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.54% from 642); Green value is 182 (71.48% from 255 or 28.35% from 642); Blue value is 219 (85.94% from 255 or 34.11% from 642); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B6DB is #0E4924. Grayscale: #CBCBCB. Windows color (decimal): -936229 or 14399217. OLE color: 14399217.

HSL color Cylindrical-coordinate representation of color #F1B6DB: hue angle of 322.37º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F1B6DB is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 182 219 -
CMYK 0 0.24 0.09 0.05
HSL 322.37º 0.68% 0.83% -
HSV(B) 322.37º 0.24% 0.95% -
XYZ 65.79 57.27 74.6 -
YUV 203.86 136.55 154.49 -
System Red Green Blue C M Y K H S L
Decimal 241 182 219 0 0.24 0.09 0.05 322.37 0.68 0.83
Hex F1 B6 DB 0 18 9 5 142 44 53
Octal 361 266 333 0 30 11 5 502 104 123
Binary 11110001 10110110 11011011 0 11000 1001 101 101000010 1000100 1010011

Color Harmonies of #F1B6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B6DB

Black with #F1B6DB

Text Example


Text Example

White with #F1B6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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