#F5ACE1

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

Shades of Lavender Rose #F5ACE1

Tints of Lavender Rose #F5ACE1

Color information

#F5ACE1 (or 0xF5ACE1) is unknown color: approx Lavender Rose. HEX triplet: F5, AC and E1. RGB value is (245,172,225). Sum of RGB (Red+Green+Blue) = 245+172+225=642 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.16% from 642); Green value is 172 (67.58% from 255 or 26.79% from 642); Blue value is 225 (88.28% from 255 or 35.05% from 642); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ACE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ACE1 is #0A531E. Grayscale: #C7C7C7. Windows color (decimal): -676639 or 14789877. OLE color: 14789877.

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

Color convert

RGB245172225-
CMYK00.300.080.04
HSL316.44º78.49%81.76%-
HSV(B)316.44º29.8%96.08%-
XYZ6654.3578.25-
YUV199.87142.18160.19-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.16%
GREEN value IS 172 (67.58% from 255) = 26.79%
BLUE value IS 225 (88.28% from 255) = 35.05%
R=38.16%
G=26.79%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517222500.300.080.04316.4478.4981.76
HexF5ACE101E8413c4e52
Octal365254341036104474116122
Binary111101011010110011100001011110100010010011110010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ACE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ACE1; }

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

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

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

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

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

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

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

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