#F0AED1

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

Shades of Lavender Pink #F0AED1

Tints of Lavender Pink #F0AED1

Color information

#F0AED1 (or 0xF0AED1) is unknown color: approx Lavender Pink. HEX triplet: F0, AE and D1. RGB value is (240,174,209). Sum of RGB (Red+Green+Blue) = 240+174+209=623 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.52% from 623); Green value is 174 (68.36% from 255 or 27.93% from 623); Blue value is 209 (82.03% from 255 or 33.55% from 623); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AED1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AED1 is #0F512E. Grayscale: #C5C5C5. Windows color (decimal): -1003823 or 13741808. OLE color: 13741808.

HSL color Cylindrical-coordinate representation of color #F0AED1: hue angle of 328.18º 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 #F0AED1 is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB240174209-
CMYK00.280.130.06
HSL328.18º68.75%81.18%-
HSV(B)328.18º27.5%94.12%-
XYZ62.5853.467.33-
YUV197.72134.37158.15-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.52%
GREEN value IS 174 (68.36% from 255) = 27.93%
BLUE value IS 209 (82.03% from 255) = 33.55%
R=38.52%
G=27.93%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017420900.280.130.06328.1868.7581.18
HexF0AED101CD61484551
Octal360256321034156510105121
Binary111100001010111011010001011100110111010100100010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AED1; }

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

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

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

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

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

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

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

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