#F7ACE1

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

Shades of Lavender Rose #F7ACE1

Tints of Lavender Rose #F7ACE1

Color information

#F7ACE1 (or 0xF7ACE1) is unknown color: approx Lavender Rose. HEX triplet: F7, AC and E1. RGB value is (247,172,225). Sum of RGB (Red+Green+Blue) = 247+172+225=644 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.35% from 644); Green value is 172 (67.58% from 255 or 26.71% from 644); Blue value is 225 (88.28% from 255 or 34.94% from 644); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ACE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ACE1 is #08531E. Grayscale: #C8C8C8. Windows color (decimal): -545567 or 14789879. OLE color: 14789879.

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

Color convert

RGB247172225-
CMYK00.300.090.03
HSL317.6º82.42%82.16%-
HSV(B)317.6º30.36%96.86%-
XYZ66.754.7278.28-
YUV200.47141.85161.19-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.35%
GREEN value IS 172 (67.58% from 255) = 26.71%
BLUE value IS 225 (88.28% from 255) = 34.94%
R=38.35%
G=26.71%
B=34.94%

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
Decimal24717222500.300.090.03317.682.4282.16
HexF7ACE101E9313e5252
Octal367254341036113476122122
Binary11110111101011001110000101111010011110011111010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7ACE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7ACE1; }

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

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

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

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

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

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

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

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