#F2ACE9

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

Shades of Lavender Rose #F2ACE9

Tints of Lavender Rose #F2ACE9

Color information

#F2ACE9 (or 0xF2ACE9) is unknown color: approx Lavender Rose. HEX triplet: F2, AC and E9. RGB value is (242,172,233). Sum of RGB (Red+Green+Blue) = 242+172+233=647 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.40% from 647); Green value is 172 (67.58% from 255 or 26.58% from 647); Blue value is 233 (91.41% from 255 or 36.01% from 647); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ACE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2ACE9 is #0D5316. Grayscale: #C7C7C7. Windows color (decimal): -873239 or 15314162. OLE color: 15314162.

HSL color Cylindrical-coordinate representation of color #F2ACE9: hue angle of 307.71º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2ACE9 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB242172233-
CMYK00.290.040.05
HSL307.71º72.92%81.18%-
HSV(B)307.71º28.93%94.9%-
XYZ66.0854.2784.08-
YUV199.88146.69158.04-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.40%
GREEN value IS 172 (67.58% from 255) = 26.58%
BLUE value IS 233 (91.41% from 255) = 36.01%
R=37.40%
G=26.58%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217223300.290.040.05307.7172.9281.18
HexF2ACE901D451344951
Octal36225435103545464111121
Binary11110010101011001110100101110110010110011010010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ACE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ACE9; }

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

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

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

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

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

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

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

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