Html Css Color HEX #F1B9D6 Lavender Pink

📋 copy color: '#F1B9D6'

red 241 ◦ green 185 ◦ blue 214

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

Shades of Lavender Pink #F1B9D6

Tints of Lavender Pink #F1B9D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 33.44%

R = 37.66%
G = 28.91%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F1B9D6 (or 0xF1B9D6) is known color: Lavender Pink. HEX triplet: F1, B9 and D6. RGB value is (241,185,214). Sum of RGB (Red+Green+Blue) = 241+185+214=640 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.66% from 640); Green value is 185 (72.66% from 255 or 28.91% from 640); Blue value is 214 (83.98% from 255 or 33.44% from 640); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B9D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B9D6 is #0E4629. Grayscale: #CCCCCC. Windows color (decimal): -935466 or 14072305. OLE color: 14072305.

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

Color convert

RGB 241 185 214 -
CMYK 0 0.23 0.11 0.05
HSL 328.93º 0.67% 0.84% -
HSV(B) 328.93º 0.23% 0.95% -
XYZ 65.76 58.25 71.4 -
YUV 205.05 133.05 153.64 -
System Red Green Blue C M Y K H S L
Decimal 241 185 214 0 0.23 0.11 0.05 328.93 0.67 0.84
Hex F1 B9 D6 0 17 B 5 149 43 54
Octal 361 271 326 0 27 13 5 511 103 124
Binary 11110001 10111001 11010110 0 10111 1011 101 101001001 1000011 1010100

Color Harmonies of #F1B9D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B9D6

Black with #F1B9D6

Text Example


Text Example

White with #F1B9D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B9D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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