#F0AED7

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

Shades of Lavender Pink #F0AED7

Tints of Lavender Pink #F0AED7

Color information

#F0AED7 (or 0xF0AED7) is unknown color: approx Lavender Pink. HEX triplet: F0, AE and D7. RGB value is (240,174,215). Sum of RGB (Red+Green+Blue) = 240+174+215=629 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.16% from 629); Green value is 174 (68.36% from 255 or 27.66% from 629); Blue value is 215 (84.38% from 255 or 34.18% from 629); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AED7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AED7 is #0F5128. Grayscale: #C6C6C6. Windows color (decimal): -1003817 or 14135024. OLE color: 14135024.

HSL color Cylindrical-coordinate representation of color #F0AED7: hue angle of 322.73º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0AED7 is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB240174215-
CMYK00.280.100.06
HSL322.73º68.75%81.18%-
HSV(B)322.73º27.5%94.12%-
XYZ63.3453.771.32-
YUV198.41137.37157.67-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.16%
GREEN value IS 174 (68.36% from 255) = 27.66%
BLUE value IS 215 (84.38% from 255) = 34.18%
R=38.16%
G=27.66%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017421500.280.100.06322.7368.7581.18
HexF0AED701CA61434551
Octal360256327034126503105121
Binary111100001010111011010111011100101011010100001110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AED7; }

 p { color: rgb(240,174,215); }

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

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

 a { background-color: rgb(240,174,215); }

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

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

 span { border-color: rgb(240,174,215); }

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