#F0AECC

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

Shades of Lavender Pink #F0AECC

Tints of Lavender Pink #F0AECC

Color information

#F0AECC (or 0xF0AECC) is unknown color: approx Lavender Pink. HEX triplet: F0, AE and CC. RGB value is (240,174,204). Sum of RGB (Red+Green+Blue) = 240+174+204=618 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.83% from 618); Green value is 174 (68.36% from 255 or 28.16% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AECC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AECC is #0F5133. Grayscale: #C5C5C5. Windows color (decimal): -1003828 or 13414128. OLE color: 13414128.

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

Color convert

RGB240174204-
CMYK00.280.150.06
HSL332.73º68.75%81.18%-
HSV(B)332.73º27.5%94.12%-
XYZ61.9753.1664.12-
YUV197.15131.87158.56-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.83%
GREEN value IS 174 (68.36% from 255) = 28.16%
BLUE value IS 204 (80.08% from 255) = 33.01%
R=38.83%
G=28.16%
B=33.01%

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
Decimal24017420400.280.150.06332.7368.7581.18
HexF0AECC01CF614d4551
Octal360256314034176515105121
Binary111100001010111011001100011100111111010100110110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AECC; }

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

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

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

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

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

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

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

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