#F7ACE4

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

Shades of Lavender Rose #F7ACE4

Tints of Lavender Rose #F7ACE4

Color information

#F7ACE4 (or 0xF7ACE4) is unknown color: approx Lavender Rose. HEX triplet: F7, AC and E4. RGB value is (247,172,228). Sum of RGB (Red+Green+Blue) = 247+172+228=647 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.18% from 647); Green value is 172 (67.58% from 255 or 26.58% from 647); Blue value is 228 (89.45% from 255 or 35.24% from 647); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ACE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ACE4 is #08531B. Grayscale: #C8C8C8. Windows color (decimal): -545564 or 14986487. OLE color: 14986487.

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

Color convert

RGB247172228-
CMYK00.300.080.03
HSL315.2º82.42%82.16%-
HSV(B)315.2º30.36%96.86%-
XYZ67.1154.8880.45-
YUV200.81143.35160.95-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.18%
GREEN value IS 172 (67.58% from 255) = 26.58%
BLUE value IS 228 (89.45% from 255) = 35.24%
R=38.18%
G=26.58%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717222800.300.080.03315.282.4282.16
HexF7ACE401E8313b5252
Octal367254344036103473122122
Binary11110111101011001110010001111010001110011101110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7ACE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7ACE4; }

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

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

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

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

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

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

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

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