Html Css Color HEX #F1AAD2 Lavender Pink

📋 copy color: '#F1AAD2'

red 241 ◦ green 170 ◦ blue 210

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

Shades of Lavender Pink #F1AAD2

Tints of Lavender Pink #F1AAD2

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.38%

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

R = 38.81%
G = 27.38%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F1AAD2 (or 0xF1AAD2) is known color: Lavender Pink. HEX triplet: F1, AA and D2. RGB value is (241,170,210). Sum of RGB (Red+Green+Blue) = 241+170+210=621 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.81% from 621); Green value is 170 (66.80% from 255 or 27.38% from 621); Blue value is 210 (82.42% from 255 or 33.82% from 621); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AAD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AAD2 is #0E552D. Grayscale: #C3C3C3. Windows color (decimal): -939310 or 13806321. OLE color: 13806321.

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

Color convert

RGB 241 170 210 -
CMYK 0 0.29 0.13 0.05
HSL 326.2º 0.72% 0.81% -
HSV(B) 326.2º 0.29% 0.95% -
XYZ 62.28 52.1 67.75 -
YUV 195.79 136.02 160.25 -
System Red Green Blue C M Y K H S L
Decimal 241 170 210 0 0.29 0.13 0.05 326.2 0.72 0.81
Hex F1 AA D2 0 1D D 5 146 48 51
Octal 361 252 322 0 35 15 5 506 110 121
Binary 11110001 10101010 11010010 0 11101 1101 101 101000110 1001000 1010001

Color Harmonies of #F1AAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AAD2

Black with #F1AAD2

Text Example


Text Example

White with #F1AAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AAD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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