#F4AED5

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

Shades of Lavender Pink #F4AED5

Tints of Lavender Pink #F4AED5

Color information

#F4AED5 (or 0xF4AED5) is unknown color: approx Lavender Pink. HEX triplet: F4, AE and D5. RGB value is (244,174,213). Sum of RGB (Red+Green+Blue) = 244+174+213=631 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.67% from 631); Green value is 174 (68.36% from 255 or 27.58% from 631); Blue value is 213 (83.59% from 255 or 33.76% from 631); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AED5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4AED5 is #0B512A. Grayscale: #C7C7C7. Windows color (decimal): -741675 or 14003956. OLE color: 14003956.

HSL color Cylindrical-coordinate representation of color #F4AED5: hue angle of 326.57º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F4AED5 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB244174213-
CMYK00.290.130.04
HSL326.57º76.09%81.96%-
HSV(B)326.57º28.69%95.69%-
XYZ64.4554.3170.04-
YUV199.38135.69159.83-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.67%
GREEN value IS 174 (68.36% from 255) = 27.58%
BLUE value IS 213 (83.59% from 255) = 33.76%
R=38.67%
G=27.58%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417421300.290.130.04326.5776.0981.96
HexF4AED501DD41474c52
Octal364256325035154507114122
Binary111101001010111011010101011101110110010100011110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4AED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4AED5; }

 p { color: rgb(244,174,213); }

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

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

 a { background-color: rgb(244,174,213); }

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

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

 span { border-color: rgb(244,174,213); }

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