Html Css Color HEX #F1B4D1 Lavender Pink

📋 copy color: '#F1B4D1'

red 241 ◦ green 180 ◦ blue 209

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

Shades of Lavender Pink #F1B4D1

Tints of Lavender Pink #F1B4D1

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.57%

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

R = 38.25%
G = 28.57%
B = 33.17%

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

#F1B4D1 (or 0xF1B4D1) is known color: Lavender Pink. HEX triplet: F1, B4 and D1. RGB value is (241,180,209). Sum of RGB (Red+Green+Blue) = 241+180+209=630 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.25% from 630); Green value is 180 (70.70% from 255 or 28.57% from 630); Blue value is 209 (82.03% from 255 or 33.17% from 630); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B4D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B4D1 is #0E4B2E. Grayscale: #C9C9C9. Windows color (decimal): -936751 or 13743345. OLE color: 13743345.

HSL color Cylindrical-coordinate representation of color #F1B4D1: hue angle of 331.48º degrees, saturation: 0.69, 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 #F1B4D1 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 180 209 -
CMYK 0 0.25 0.13 0.05
HSL 331.48º 0.69% 0.83% -
HSV(B) 331.48º 0.25% 0.95% -
XYZ 64.11 55.95 67.74 -
YUV 201.55 132.21 156.14 -
System Red Green Blue C M Y K H S L
Decimal 241 180 209 0 0.25 0.13 0.05 331.48 0.69 0.83
Hex F1 B4 D1 0 19 D 5 14B 45 53
Octal 361 264 321 0 31 15 5 513 105 123
Binary 11110001 10110100 11010001 0 11001 1101 101 101001011 1000101 1010011

Color Harmonies of #F1B4D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B4D1

Black with #F1B4D1

Text Example


Text Example

White with #F1B4D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B4D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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