#F6ACDF

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

Shades of Lavender Rose #F6ACDF

Tints of Lavender Rose #F6ACDF

Color information

#F6ACDF (or 0xF6ACDF) is unknown color: approx Lavender Rose. HEX triplet: F6, AC and DF. RGB value is (246,172,223). Sum of RGB (Red+Green+Blue) = 246+172+223=641 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.38% from 641); Green value is 172 (67.58% from 255 or 26.83% from 641); Blue value is 223 (87.5% from 255 or 34.79% from 641); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ACDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ACDF is #095320. Grayscale: #C7C7C7. Windows color (decimal): -611105 or 14658806. OLE color: 14658806.

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

Color convert

RGB246172223-
CMYK00.300.090.04
HSL318.65º80.43%81.96%-
HSV(B)318.65º30.08%96.47%-
XYZ66.0854.4376.83-
YUV199.94141.02160.85-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.38%
GREEN value IS 172 (67.58% from 255) = 26.83%
BLUE value IS 223 (87.5% from 255) = 34.79%
R=38.38%
G=26.83%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617222300.300.090.04318.6580.4381.96
HexF6ACDF01E9413f5052
Octal366254337036114477120122
Binary111101101010110011011111011110100110010011111110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6ACDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6ACDF; }

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

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

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

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

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

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

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

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