#F3AED2

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

Shades of Lavender Pink #F3AED2

Tints of Lavender Pink #F3AED2

Color information

#F3AED2 (or 0xF3AED2) is unknown color: approx Lavender Pink. HEX triplet: F3, AE and D2. RGB value is (243,174,210). Sum of RGB (Red+Green+Blue) = 243+174+210=627 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.76% from 627); Green value is 174 (68.36% from 255 or 27.75% from 627); Blue value is 210 (82.42% from 255 or 33.49% from 627); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AED2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3AED2 is #0C512D. Grayscale: #C6C6C6. Windows color (decimal): -807214 or 13807347. OLE color: 13807347.

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

Color convert

RGB243174210-
CMYK00.280.140.05
HSL328.7º74.19%81.76%-
HSV(B)328.7º28.4%95.29%-
XYZ63.7353.9868.03-
YUV198.74134.36159.57-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.76%
GREEN value IS 174 (68.36% from 255) = 27.75%
BLUE value IS 210 (82.42% from 255) = 33.49%
R=38.76%
G=27.75%
B=33.49%

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
Decimal24317421000.280.140.05328.774.1981.76
HexF3AED201CE51494a52
Octal363256322034165511112122
Binary111100111010111011010010011100111010110100100110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AED2; }

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

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

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

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

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

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

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

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