#F1AED0

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

Shades of Lavender Pink #F1AED0

Tints of Lavender Pink #F1AED0

Color information

#F1AED0 (or 0xF1AED0) is unknown color: approx Lavender Pink. HEX triplet: F1, AE and D0. RGB value is (241,174,208). Sum of RGB (Red+Green+Blue) = 241+174+208=623 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.68% from 623); Green value is 174 (68.36% from 255 or 27.93% from 623); Blue value is 208 (81.64% from 255 or 33.39% from 623); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AED0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AED0 is #0E512F. Grayscale: #C5C5C5. Windows color (decimal): -938288 or 13676273. OLE color: 13676273.

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

Color convert

RGB241174208-
CMYK00.280.140.05
HSL329.55º70.53%81.37%-
HSV(B)329.55º27.8%94.51%-
XYZ62.853.5366.7-
YUV197.91133.7158.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.68%
GREEN value IS 174 (68.36% from 255) = 27.93%
BLUE value IS 208 (81.64% from 255) = 33.39%
R=38.68%
G=27.93%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117420800.280.140.05329.5570.5381.37
HexF1AED001CE514a4751
Octal361256320034165512107121
Binary111100011010111011010000011100111010110100101010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AED0; }

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

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

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

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

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

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

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

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