#F5AEEC

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

Shades of Lavender Rose #F5AEEC

Tints of Lavender Rose #F5AEEC

Color information

#F5AEEC (or 0xF5AEEC) is unknown color: approx Lavender Rose. HEX triplet: F5, AE and EC. RGB value is (245,174,236). Sum of RGB (Red+Green+Blue) = 245+174+236=655 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.40% from 655); Green value is 174 (68.36% from 255 or 26.56% from 655); Blue value is 236 (92.58% from 255 or 36.03% from 655); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AEEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5AEEC is #0A5113. Grayscale: #CACACA. Windows color (decimal): -676116 or 15511285. OLE color: 15511285.

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

Color convert

RGB245174236-
CMYK00.290.040.04
HSL307.61º78.02%82.16%-
HSV(B)307.61º28.98%96.08%-
XYZ67.9355.7486.54-
YUV202.3147.02158.46-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.40%
GREEN value IS 174 (68.36% from 255) = 26.56%
BLUE value IS 236 (92.58% from 255) = 36.03%
R=37.40%
G=26.56%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517423600.290.040.04307.6178.0282.16
HexF5AEEC01D441344e52
Octal36525635403544464116122
Binary11110101101011101110110001110110010010011010010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AEEC; }

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

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

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

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

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

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

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

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