Html Css Color HEX #F1AED2 Lavender Pink

📋 copy color: '#F1AED2'

red 241 ◦ green 174 ◦ blue 210

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

Shades of Lavender Pink #F1AED2

Tints of Lavender Pink #F1AED2

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.84%

 BLUE value IS 210 (82.42% from 255) = 33.6%

R = 38.56%
G = 27.84%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F1AED2 (or 0xF1AED2) is known color: Lavender Pink. HEX triplet: F1, AE and D2. RGB value is (241,174,210). Sum of RGB (Red+Green+Blue) = 241+174+210=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 174 (68.36% from 255 or 27.84% from 625); Blue value is 210 (82.42% from 255 or 33.6% from 625); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AED2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AED2 is #0E512D. Grayscale: #C6C6C6. Windows color (decimal): -938286 or 13807345. OLE color: 13807345.

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

Color convert

RGB 241 174 210 -
CMYK 0 0.28 0.13 0.05
HSL 327.76º 0.71% 0.81% -
HSV(B) 327.76º 0.28% 0.95% -
XYZ 63.04 53.63 68 -
YUV 198.14 134.7 158.57 -
System Red Green Blue C M Y K H S L
Decimal 241 174 210 0 0.28 0.13 0.05 327.76 0.71 0.81
Hex F1 AE D2 0 1C D 5 148 47 51
Octal 361 256 322 0 34 15 5 510 107 121
Binary 11110001 10101110 11010010 0 11100 1101 101 101001000 1000111 1010001

Color Harmonies of #F1AED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AED2

Black with #F1AED2

Text Example


Text Example

White with #F1AED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AED2; }

 p { color: rgb(241,174,210); }

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

background-color css

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

 a { background-color: rgb(241,174,210); }

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

border-color css

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

 span { border-color: rgb(241,174,210); }

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