Html Css Color HEX #F1B5D1 Lavender Pink

📋 copy color: '#F1B5D1'

red 241 ◦ green 181 ◦ blue 209

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

Shades of Lavender Pink #F1B5D1

Tints of Lavender Pink #F1B5D1

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.68%

 BLUE value IS 209 (82.03% from 255) = 33.12%

R = 38.19%
G = 28.68%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F1B5D1 (or 0xF1B5D1) is known color: Lavender Pink. HEX triplet: F1, B5 and D1. RGB value is (241,181,209). Sum of RGB (Red+Green+Blue) = 241+181+209=631 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.19% from 631); Green value is 181 (71.09% from 255 or 28.68% from 631); Blue value is 209 (82.03% from 255 or 33.12% from 631); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B5D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B5D1 is #0E4A2E. Grayscale: #CACACA. Windows color (decimal): -936495 or 13743601. OLE color: 13743601.

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

Color convert

RGB 241 181 209 -
CMYK 0 0.25 0.13 0.05
HSL 332º 0.68% 0.83% -
HSV(B) 332º 0.25% 0.95% -
XYZ 64.31 56.35 67.81 -
YUV 202.13 131.88 155.72 -
System Red Green Blue C M Y K H S L
Decimal 241 181 209 0 0.25 0.13 0.05 332 0.68 0.83
Hex F1 B5 D1 0 19 D 5 14C 44 53
Octal 361 265 321 0 31 15 5 514 104 123
Binary 11110001 10110101 11010001 0 11001 1101 101 101001100 1000100 1010011

Color Harmonies of #F1B5D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B5D1

Black with #F1B5D1

Text Example


Text Example

White with #F1B5D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B5D1; }

 p { color: rgb(241,181,209); }

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

background-color css

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

 a { background-color: rgb(241,181,209); }

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

border-color css

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

 span { border-color: rgb(241,181,209); }

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