#F1AED1

Color #F1AED1 Lavender Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Pink #F1AED1

Tints of Lavender Pink #F1AED1

Color information

#F1AED1 (or 0xF1AED1) is unknown color: approx Lavender Pink. HEX triplet: F1, AE and D1. RGB value is (241,174,209). Sum of RGB (Red+Green+Blue) = 241+174+209=624 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.62% from 624); Green value is 174 (68.36% from 255 or 27.88% from 624); Blue value is 209 (82.03% from 255 or 33.49% from 624); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AED1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AED1 is #0E512E. Grayscale: #C5C5C5. Windows color (decimal): -938287 or 13741809. OLE color: 13741809.

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

Color convert

RGB241174209-
CMYK00.280.130.05
HSL328.66º70.53%81.37%-
HSV(B)328.66º27.8%94.51%-
XYZ62.9253.5867.35-
YUV198.02134.2158.65-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.62%
GREEN value IS 174 (68.36% from 255) = 27.88%
BLUE value IS 209 (82.03% from 255) = 33.49%
R=38.62%
G=27.88%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117420900.280.130.05328.6670.5381.37
HexF1AED101CD51494751
Octal361256321034155511107121
Binary111100011010111011010001011100110110110100100110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AED1; }

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

 H1.HeaderClassName
 {
   color: #F1AED1;
 }
 .AnyTagClassName
 {
   color: #F1AED1;
 }
</style>
background-color css

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

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

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

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

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

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