#F2AED1

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

Shades of Lavender Pink #F2AED1

Tints of Lavender Pink #F2AED1

Color information

#F2AED1 (or 0xF2AED1) is unknown color: approx Lavender Pink. HEX triplet: F2, AE and D1. RGB value is (242,174,209). Sum of RGB (Red+Green+Blue) = 242+174+209=625 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.72% from 625); Green value is 174 (68.36% from 255 or 27.84% from 625); Blue value is 209 (82.03% from 255 or 33.44% from 625); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AED1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AED1 is #0D512E. Grayscale: #C6C6C6. Windows color (decimal): -872751 or 13741810. OLE color: 13741810.

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

Color convert

RGB242174209-
CMYK00.280.140.05
HSL329.12º72.34%81.57%-
HSV(B)329.12º28.1%94.9%-
XYZ63.2653.7567.36-
YUV198.32134.03159.15-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.72%
GREEN value IS 174 (68.36% from 255) = 27.84%
BLUE value IS 209 (82.03% from 255) = 33.44%
R=38.72%
G=27.84%
B=33.44%

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
Decimal24217420900.280.140.05329.1272.3481.57
HexF2AED101CE51494852
Octal362256321034165511110122
Binary111100101010111011010001011100111010110100100110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AED1; }

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

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

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

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

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

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

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

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