Html Css Color HEX #F1A1D1 Lavender Pink

📋 copy color: '#F1A1D1'

red 241 ◦ green 161 ◦ blue 209

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

Shades of Lavender Pink #F1A1D1

Tints of Lavender Pink #F1A1D1

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.35%

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

R = 39.44%
G = 26.35%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F1A1D1 (or 0xF1A1D1) is known color: Lavender Pink. HEX triplet: F1, A1 and D1. RGB value is (241,161,209). Sum of RGB (Red+Green+Blue) = 241+161+209=611 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.44% from 611); Green value is 161 (63.28% from 255 or 26.35% from 611); Blue value is 209 (82.03% from 255 or 34.21% from 611); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A1D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A1D1 is #0E5E2E. Grayscale: #BEBEBE. Windows color (decimal): -941615 or 13738481. OLE color: 13738481.

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

Color convert

RGB 241 161 209 -
CMYK 0 0.33 0.13 0.05
HSL 324º 0.74% 0.79% -
HSV(B) 324º 0.33% 0.95% -
XYZ 60.53 48.79 66.55 -
YUV 190.39 138.5 164.1 -
System Red Green Blue C M Y K H S L
Decimal 241 161 209 0 0.33 0.13 0.05 324 0.74 0.79
Hex F1 A1 D1 0 21 D 5 144 4A 4F
Octal 361 241 321 0 41 15 5 504 112 117
Binary 11110001 10100001 11010001 0 100001 1101 101 101000100 1001010 1001111

Color Harmonies of #F1A1D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A1D1

Black with #F1A1D1

Text Example


Text Example

White with #F1A1D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A1D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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