#F4AECE

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

Shades of Lavender Pink #F4AECE

Tints of Lavender Pink #F4AECE

Color information

#F4AECE (or 0xF4AECE) is unknown color: approx Lavender Pink. HEX triplet: F4, AE and CE. RGB value is (244,174,206). Sum of RGB (Red+Green+Blue) = 244+174+206=624 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.10% from 624); Green value is 174 (68.36% from 255 or 27.88% from 624); Blue value is 206 (80.86% from 255 or 33.01% from 624); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AECE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4AECE is #0B5131. Grayscale: #C6C6C6. Windows color (decimal): -741682 or 13545204. OLE color: 13545204.

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

Color convert

RGB244174206-
CMYK00.290.160.04
HSL332.57º76.09%81.96%-
HSV(B)332.57º28.69%95.69%-
XYZ63.5853.9665.46-
YUV198.58132.19160.4-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.10%
GREEN value IS 174 (68.36% from 255) = 27.88%
BLUE value IS 206 (80.86% from 255) = 33.01%
R=39.10%
G=27.88%
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.04
SystemRedGreenBlueCMYKHSL
Decimal24417420600.290.160.04332.5776.0981.96
HexF4AECE01D10414d4c52
Octal364256316035204515114122
Binary1111010010101110110011100111011000010010100110110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4AECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4AECE; }

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

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

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

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

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

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

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

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