#F6ACDD

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

Shades of Lavender Rose #F6ACDD

Tints of Lavender Rose #F6ACDD

Color information

#F6ACDD (or 0xF6ACDD) is unknown color: approx Lavender Rose. HEX triplet: F6, AC and DD. RGB value is (246,172,221). Sum of RGB (Red+Green+Blue) = 246+172+221=639 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.50% from 639); Green value is 172 (67.58% from 255 or 26.92% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ACDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ACDD is #095322. Grayscale: #C7C7C7. Windows color (decimal): -611107 or 14527734. OLE color: 14527734.

HSL color Cylindrical-coordinate representation of color #F6ACDD: hue angle of 320.27º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F6ACDD is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB246172221-
CMYK00.300.100.04
HSL320.27º80.43%81.96%-
HSV(B)320.27º30.08%96.47%-
XYZ65.8154.3275.42-
YUV199.71140.02161.02-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.50%
GREEN value IS 172 (67.58% from 255) = 26.92%
BLUE value IS 221 (86.72% from 255) = 34.59%
R=38.50%
G=26.92%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617222100.300.100.04320.2780.4381.96
HexF6ACDD01EA41405052
Octal366254335036124500120122
Binary111101101010110011011101011110101010010100000010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6ACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6ACDD; }

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

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

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

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

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

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

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

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