Html Css Color HEX #F1B9D9 Lavender Pink

📋 copy color: '#F1B9D9'

red 241 ◦ green 185 ◦ blue 217

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

Shades of Lavender Pink #F1B9D9

Tints of Lavender Pink #F1B9D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 33.75%

R = 37.48%
G = 28.77%
B = 33.75%

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

#F1B9D9 (or 0xF1B9D9) is known color: Lavender Pink. HEX triplet: F1, B9 and D9. RGB value is (241,185,217). Sum of RGB (Red+Green+Blue) = 241+185+217=643 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.48% from 643); Green value is 185 (72.66% from 255 or 28.77% from 643); Blue value is 217 (85.16% from 255 or 33.75% from 643); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B9D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B9D9 is #0E4626. Grayscale: #CDCDCD. Windows color (decimal): -935463 or 14268913. OLE color: 14268913.

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

Color convert

RGB 241 185 217 -
CMYK 0 0.23 0.10 0.05
HSL 325.71º 0.67% 0.84% -
HSV(B) 325.71º 0.23% 0.95% -
XYZ 66.15 58.41 73.43 -
YUV 205.39 134.55 153.4 -
System Red Green Blue C M Y K H S L
Decimal 241 185 217 0 0.23 0.10 0.05 325.71 0.67 0.84
Hex F1 B9 D9 0 17 A 5 146 43 54
Octal 361 271 331 0 27 12 5 506 103 124
Binary 11110001 10111001 11011001 0 10111 1010 101 101000110 1000011 1010100

Color Harmonies of #F1B9D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B9D9

Black with #F1B9D9

Text Example


Text Example

White with #F1B9D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B9D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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