#F7ACE9

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

Shades of Lavender Rose #F7ACE9

Tints of Lavender Rose #F7ACE9

Color information

#F7ACE9 (or 0xF7ACE9) is unknown color: approx Lavender Rose. HEX triplet: F7, AC and E9. RGB value is (247,172,233). Sum of RGB (Red+Green+Blue) = 247+172+233=652 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.88% from 652); Green value is 172 (67.58% from 255 or 26.38% from 652); Blue value is 233 (91.41% from 255 or 35.74% from 652); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ACE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7ACE9 is #085316. Grayscale: #C9C9C9. Windows color (decimal): -545559 or 15314167. OLE color: 15314167.

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

Color convert

RGB247172233-
CMYK00.300.060.03
HSL311.2º82.42%82.16%-
HSV(B)311.2º30.36%96.86%-
XYZ67.8255.1684.16-
YUV201.38145.85160.54-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.88%
GREEN value IS 172 (67.58% from 255) = 26.38%
BLUE value IS 233 (91.41% from 255) = 35.74%
R=37.88%
G=26.38%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717223300.300.060.03311.282.4282.16
HexF7ACE901E631375252
Octal36725435103663467122122
Binary1111011110101100111010010111101101110011011110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7ACE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7ACE9; }

 p { color: rgb(247,172,233); }

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

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

 a { background-color: rgb(247,172,233); }

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

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

 span { border-color: rgb(247,172,233); }

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