#F0AECE

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

Shades of Lavender Pink #F0AECE

Tints of Lavender Pink #F0AECE

Color information

#F0AECE (or 0xF0AECE) is unknown color: approx Lavender Pink. HEX triplet: F0, AE and CE. RGB value is (240,174,206). Sum of RGB (Red+Green+Blue) = 240+174+206=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 174 (68.36% from 255 or 28.06% from 620); Blue value is 206 (80.86% from 255 or 33.23% from 620); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AECE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AECE is #0F5131. Grayscale: #C5C5C5. Windows color (decimal): -1003826 or 13545200. OLE color: 13545200.

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

Color convert

RGB240174206-
CMYK00.280.140.06
HSL330.91º68.75%81.18%-
HSV(B)330.91º27.5%94.12%-
XYZ62.2153.2565.39-
YUV197.38132.87158.4-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.71%
GREEN value IS 174 (68.36% from 255) = 28.06%
BLUE value IS 206 (80.86% from 255) = 33.23%
R=38.71%
G=28.06%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017420600.280.140.06330.9168.7581.18
HexF0AECE01CE614b4551
Octal360256316034166513105121
Binary111100001010111011001110011100111011010100101110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AECE; }

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

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

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

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

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

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

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

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