#F2ACDE

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

Shades of Lavender Rose #F2ACDE

Tints of Lavender Rose #F2ACDE

Color information

#F2ACDE (or 0xF2ACDE) is unknown color: approx Lavender Rose. HEX triplet: F2, AC and DE. RGB value is (242,172,222). Sum of RGB (Red+Green+Blue) = 242+172+222=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 172 (67.58% from 255 or 27.04% from 636); Blue value is 222 (87.11% from 255 or 34.91% from 636); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ACDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ACDE is #0D5321. Grayscale: #C6C6C6. Windows color (decimal): -873250 or 14593266. OLE color: 14593266.

HSL color Cylindrical-coordinate representation of color #F2ACDE: hue angle of 317.14º 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 #F2ACDE is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB242172222-
CMYK00.290.080.05
HSL317.14º72.92%81.18%-
HSV(B)317.14º28.93%94.9%-
XYZ64.5653.6676.06-
YUV198.63141.19158.93-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.05%
GREEN value IS 172 (67.58% from 255) = 27.04%
BLUE value IS 222 (87.11% from 255) = 34.91%
R=38.05%
G=27.04%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217222200.290.080.05317.1472.9281.18
HexF2ACDE01D8513d4951
Octal362254336035105475111121
Binary111100101010110011011110011101100010110011110110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ACDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ACDE; }

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

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

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

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

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

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

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

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