#F5AECE

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

Shades of Lavender Pink #F5AECE

Tints of Lavender Pink #F5AECE

Color information

#F5AECE (or 0xF5AECE) is unknown color: approx Lavender Pink. HEX triplet: F5, AE and CE. RGB value is (245,174,206). Sum of RGB (Red+Green+Blue) = 245+174+206=625 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.2% from 625); Green value is 174 (68.36% from 255 or 27.84% from 625); Blue value is 206 (80.86% from 255 or 32.96% from 625); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AECE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5AECE is #0A5131. Grayscale: #C6C6C6. Windows color (decimal): -676146 or 13545205. OLE color: 13545205.

HSL color Cylindrical-coordinate representation of color #F5AECE: hue angle of 332.96º degrees, saturation: 0.78, 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 #F5AECE is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB245174206-
CMYK00.290.160.04
HSL332.96º78.02%82.16%-
HSV(B)332.96º28.98%96.08%-
XYZ63.9354.1465.47-
YUV198.88132.02160.9-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.2%
GREEN value IS 174 (68.36% from 255) = 27.84%
BLUE value IS 206 (80.86% from 255) = 32.96%
R=39.2%
G=27.84%
B=32.96%

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
Decimal24517420600.290.160.04332.9678.0282.16
HexF5AECE01D10414d4e52
Octal365256316035204515116122
Binary1111010110101110110011100111011000010010100110110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AECE; }

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

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

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

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

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

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

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

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