#F0AECA

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

Shades of Lavender Pink #F0AECA

Tints of Lavender Pink #F0AECA

Color information

#F0AECA (or 0xF0AECA) is unknown color: approx Lavender Pink. HEX triplet: F0, AE and CA. RGB value is (240,174,202). Sum of RGB (Red+Green+Blue) = 240+174+202=616 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.96% from 616); Green value is 174 (68.36% from 255 or 28.25% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AECA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AECA is #0F5135. Grayscale: #C4C4C4. Windows color (decimal): -1003830 or 13283056. OLE color: 13283056.

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

Color convert

RGB240174202-
CMYK00.280.160.06
HSL334.55º68.75%81.18%-
HSV(B)334.55º27.5%94.12%-
XYZ61.7353.0662.87-
YUV196.93130.87158.72-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.96%
GREEN value IS 174 (68.36% from 255) = 28.25%
BLUE value IS 202 (79.30% from 255) = 32.79%
R=38.96%
G=28.25%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017420200.280.160.06334.5568.7581.18
HexF0AECA01C10614f4551
Octal360256312034206517105121
Binary1111000010101110110010100111001000011010100111110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AECA; }

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

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

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

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

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

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

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

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