#F2ACDD

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

Shades of Lavender Rose #F2ACDD

Tints of Lavender Rose #F2ACDD

Color information

#F2ACDD (or 0xF2ACDD) is unknown color: approx Lavender Rose. HEX triplet: F2, AC and DD. RGB value is (242,172,221). Sum of RGB (Red+Green+Blue) = 242+172+221=635 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.11% from 635); Green value is 172 (67.58% from 255 or 27.09% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ACDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ACDD is #0D5322. Grayscale: #C6C6C6. Windows color (decimal): -873251 or 14527730. OLE color: 14527730.

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

Color convert

RGB242172221-
CMYK00.290.090.05
HSL318º72.92%81.18%-
HSV(B)318º28.93%94.9%-
XYZ64.4253.675.36-
YUV198.52140.69159.02-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.11%
GREEN value IS 172 (67.58% from 255) = 27.09%
BLUE value IS 221 (86.72% from 255) = 34.80%
R=38.11%
G=27.09%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217222100.290.090.0531872.9281.18
HexF2ACDD01D9513e4951
Octal362254335035115476111121
Binary111100101010110011011101011101100110110011111010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2ACDD; }

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

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

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

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

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

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

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

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