#F5ACEC

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

Shades of Lavender Rose #F5ACEC

Tints of Lavender Rose #F5ACEC

Color information

#F5ACEC (or 0xF5ACEC) is unknown color: approx Lavender Rose. HEX triplet: F5, AC and EC. RGB value is (245,172,236). Sum of RGB (Red+Green+Blue) = 245+172+236=653 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.52% from 653); Green value is 172 (67.58% from 255 or 26.34% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ACEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5ACEC is #0A5313. Grayscale: #C8C8C8. Windows color (decimal): -676628 or 15510773. OLE color: 15510773.

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

Color convert

RGB245172236-
CMYK00.300.040.04
HSL307.4º78.49%81.76%-
HSV(B)307.4º29.8%96.08%-
XYZ67.5554.9786.41-
YUV201.12147.68159.3-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.52%
GREEN value IS 172 (67.58% from 255) = 26.34%
BLUE value IS 236 (92.58% from 255) = 36.14%
R=37.52%
G=26.34%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517223600.300.040.04307.478.4981.76
HexF5ACEC01E441334e52
Octal36525435403644463116122
Binary11110101101011001110110001111010010010011001110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ACEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ACEC; }

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

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

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

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

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

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

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

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