#F5AAEC

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

Shades of Lavender Rose #F5AAEC

Tints of Lavender Rose #F5AAEC

Color information

#F5AAEC (or 0xF5AAEC) is unknown color: approx Lavender Rose. HEX triplet: F5, AA and EC. RGB value is (245,170,236). Sum of RGB (Red+Green+Blue) = 245+170+236=651 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.63% from 651); Green value is 170 (66.80% from 255 or 26.11% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AAEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5AAEC is #0A5513. Grayscale: #C7C7C7. Windows color (decimal): -677140 or 15510261. OLE color: 15510261.

HSL color Cylindrical-coordinate representation of color #F5AAEC: hue angle of 307.2º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5AAEC is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB245170236-
CMYK00.310.040.04
HSL307.2º78.95%81.37%-
HSV(B)307.2º30.61%96.08%-
XYZ67.1754.2286.28-
YUV199.95148.35160.13-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.63%
GREEN value IS 170 (66.80% from 255) = 26.11%
BLUE value IS 236 (92.58% from 255) = 36.25%
R=37.63%
G=26.11%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517023600.310.040.04307.278.9581.37
HexF5AAEC01F441334f51
Octal36525235403744463117121
Binary11110101101010101110110001111110010010011001110011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AAEC; }

 p { color: rgb(245,170,236); }

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

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

 a { background-color: rgb(245,170,236); }

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

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

 span { border-color: rgb(245,170,236); }

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