Html Css Color HEX #F1B9D8 Lavender Pink

📋 copy color: '#F1B9D8'

red 241 ◦ green 185 ◦ blue 216

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

Shades of Lavender Pink #F1B9D8

Tints of Lavender Pink #F1B9D8

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 value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F1B9D8 (or 0xF1B9D8) is known color: 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

RGB 241 185 216 -
CMYK 0 0.23 0.10 0.05
HSL 326.79º 0.67% 0.84% -
HSV(B) 326.79º 0.23% 0.95% -
XYZ 66.02 58.36 72.75 -
YUV 205.28 134.05 153.48 -
System Red Green Blue C M Y K H S L
Decimal 241 185 216 0 0.23 0.10 0.05 326.79 0.67 0.84
Hex F1 B9 D8 0 17 A 5 147 43 54
Octal 361 271 330 0 27 12 5 507 103 124
Binary 11110001 10111001 11011000 0 10111 1010 101 101000111 1000011 1010100

Color Harmonies of #F1B9D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B9D8

Black with #F1B9D8

Text Example


Text Example

White with #F1B9D8

Text Example


Text Example

HTML Codes & Css Web 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>