#F7ACE0

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

Shades of Lavender Rose #F7ACE0

Tints of Lavender Rose #F7ACE0

Color information

#F7ACE0 (or 0xF7ACE0) is unknown color: approx Lavender Rose. HEX triplet: F7, AC and E0. RGB value is (247,172,224). Sum of RGB (Red+Green+Blue) = 247+172+224=643 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.41% from 643); Green value is 172 (67.58% from 255 or 26.75% from 643); Blue value is 224 (87.89% from 255 or 34.84% from 643); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ACE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ACE0 is #08531F. Grayscale: #C8C8C8. Windows color (decimal): -545568 or 14724343. OLE color: 14724343.

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

Color convert

RGB247172224-
CMYK00.300.090.03
HSL318.4º82.42%82.16%-
HSV(B)318.4º30.36%96.86%-
XYZ66.5654.6677.56-
YUV200.35141.35161.27-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.41%
GREEN value IS 172 (67.58% from 255) = 26.75%
BLUE value IS 224 (87.89% from 255) = 34.84%
R=38.41%
G=26.75%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717222400.300.090.03318.482.4282.16
HexF7ACE001E9313e5252
Octal367254340036113476122122
Binary11110111101011001110000001111010011110011111010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7ACE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7ACE0; }

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

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

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

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

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

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

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

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