#F4AEDA

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

Shades of Lavender Pink #F4AEDA

Tints of Lavender Pink #F4AEDA

Color information

#F4AEDA (or 0xF4AEDA) is unknown color: approx Lavender Pink. HEX triplet: F4, AE and DA. RGB value is (244,174,218). Sum of RGB (Red+Green+Blue) = 244+174+218=636 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.36% from 636); Green value is 174 (68.36% from 255 or 27.36% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AEDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4AEDA is #0B5125. Grayscale: #C7C7C7. Windows color (decimal): -741670 or 14331636. OLE color: 14331636.

HSL color Cylindrical-coordinate representation of color #F4AEDA: hue angle of 322.29º 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 #F4AEDA is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB244174218-
CMYK00.290.110.04
HSL322.29º76.09%81.96%-
HSV(B)322.29º28.69%95.69%-
XYZ65.154.5773.43-
YUV199.95138.19159.42-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.36%
GREEN value IS 174 (68.36% from 255) = 27.36%
BLUE value IS 218 (85.55% from 255) = 34.28%
R=38.36%
G=27.36%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417421800.290.110.04322.2976.0981.96
HexF4AEDA01DB41424c52
Octal364256332035134502114122
Binary111101001010111011011010011101101110010100001010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4AEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4AEDA; }

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

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

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

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

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

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

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

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