#F0AECD

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

Shades of Lavender Pink #F0AECD

Tints of Lavender Pink #F0AECD

Color information

#F0AECD (or 0xF0AECD) is unknown color: approx Lavender Pink. HEX triplet: F0, AE and CD. RGB value is (240,174,205). Sum of RGB (Red+Green+Blue) = 240+174+205=619 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.77% from 619); Green value is 174 (68.36% from 255 or 28.11% from 619); Blue value is 205 (80.47% from 255 or 33.12% from 619); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AECD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AECD is #0F5132. Grayscale: #C5C5C5. Windows color (decimal): -1003827 or 13479664. OLE color: 13479664.

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

Color convert

RGB240174205-
CMYK00.280.150.06
HSL331.82º68.75%81.18%-
HSV(B)331.82º27.5%94.12%-
XYZ62.0953.2164.75-
YUV197.27132.37158.48-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.77%
GREEN value IS 174 (68.36% from 255) = 28.11%
BLUE value IS 205 (80.47% from 255) = 33.12%
R=38.77%
G=28.11%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017420500.280.150.06331.8268.7581.18
HexF0AECD01CF614c4551
Octal360256315034176514105121
Binary111100001010111011001101011100111111010100110010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AECD; }

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

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

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

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

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

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

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

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