#F2AECC

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

Shades of Lavender Pink #F2AECC

Tints of Lavender Pink #F2AECC

Color information

#F2AECC (or 0xF2AECC) is unknown color: approx Lavender Pink. HEX triplet: F2, AE and CC. RGB value is (242,174,204). Sum of RGB (Red+Green+Blue) = 242+174+204=620 (82% of max value = 765). Red value is 242 (94.92% from 255 or 39.03% from 620); Green value is 174 (68.36% from 255 or 28.06% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AECC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AECC is #0D5133. Grayscale: #C5C5C5. Windows color (decimal): -872756 or 13414130. OLE color: 13414130.

HSL color Cylindrical-coordinate representation of color #F2AECC: hue angle of 333.53º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2AECC is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB242174204-
CMYK00.280.160.05
HSL333.53º72.34%81.57%-
HSV(B)333.53º28.1%94.9%-
XYZ62.6553.5164.15-
YUV197.75131.53159.56-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.03%
GREEN value IS 174 (68.36% from 255) = 28.06%
BLUE value IS 204 (80.08% from 255) = 32.90%
R=39.03%
G=28.06%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217420400.280.160.05333.5372.3481.57
HexF2AECC01C10514e4852
Octal362256314034205516110122
Binary1111001010101110110011000111001000010110100111010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AECC; }

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

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

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

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

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

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

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

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