#F0AACA

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

Shades of Lavender Pink #F0AACA

Tints of Lavender Pink #F0AACA

Color information

#F0AACA (or 0xF0AACA) is unknown color: approx Lavender Pink. HEX triplet: F0, AA and CA. RGB value is (240,170,202). Sum of RGB (Red+Green+Blue) = 240+170+202=612 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.22% from 612); Green value is 170 (66.80% from 255 or 27.78% from 612); Blue value is 202 (79.30% from 255 or 33.01% from 612); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AACA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AACA is #0F5535. Grayscale: #C2C2C2. Windows color (decimal): -1004854 or 13282032. OLE color: 13282032.

HSL color Cylindrical-coordinate representation of color #F0AACA: hue angle of 332.57º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0AACA is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB240170202-
CMYK00.290.160.06
HSL332.57º70%80.39%-
HSV(B)332.57º29.17%94.12%-
XYZ60.9751.5462.61-
YUV194.58132.19160.4-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.22%
GREEN value IS 170 (66.80% from 255) = 27.78%
BLUE value IS 202 (79.30% from 255) = 33.01%
R=39.22%
G=27.78%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017020200.290.160.06332.577080.39
HexF0AACA01D10614d4650
Octal360252312035206515106120
Binary1111000010101010110010100111011000011010100110110001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AACA; }

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

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

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

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

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

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

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

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