#F6ACDB

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

Shades of Lavender Rose #F6ACDB

Tints of Lavender Rose #F6ACDB

Color information

#F6ACDB (or 0xF6ACDB) is unknown color: approx Lavender Rose. HEX triplet: F6, AC and DB. RGB value is (246,172,219). Sum of RGB (Red+Green+Blue) = 246+172+219=637 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.62% from 637); Green value is 172 (67.58% from 255 or 27.00% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ACDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ACDB is #095324. Grayscale: #C7C7C7. Windows color (decimal): -611109 or 14396662. OLE color: 14396662.

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

Color convert

RGB246172219-
CMYK00.300.110.04
HSL321.89º80.43%81.96%-
HSV(B)321.89º30.08%96.47%-
XYZ65.5454.2174.03-
YUV199.48139.02161.18-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.62%
GREEN value IS 172 (67.58% from 255) = 27.00%
BLUE value IS 219 (85.94% from 255) = 34.38%
R=38.62%
G=27.00%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617221900.300.110.04321.8980.4381.96
HexF6ACDB01EB41425052
Octal366254333036134502120122
Binary111101101010110011011011011110101110010100001010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6ACDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6ACDB; }

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

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

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

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

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

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

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

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