#F6ADE3

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

Shades of Lavender Rose #F6ADE3

Tints of Lavender Rose #F6ADE3

Color information

#F6ADE3 (or 0xF6ADE3) is unknown color: approx Lavender Rose. HEX triplet: F6, AD and E3. RGB value is (246,173,227). Sum of RGB (Red+Green+Blue) = 246+173+227=646 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.08% from 646); Green value is 173 (67.97% from 255 or 26.78% from 646); Blue value is 227 (89.06% from 255 or 35.14% from 646); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ADE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ADE3 is #09521C. Grayscale: #C8C8C8. Windows color (decimal): -610845 or 14921206. OLE color: 14921206.

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

Color convert

RGB246173227-
CMYK00.300.080.04
HSL315.62º80.22%82.16%-
HSV(B)315.62º29.67%96.47%-
XYZ66.8155.0379.77-
YUV200.98142.68160.11-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.08%
GREEN value IS 173 (67.97% from 255) = 26.78%
BLUE value IS 227 (89.06% from 255) = 35.14%
R=38.08%
G=26.78%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617322700.300.080.04315.6280.2282.16
HexF6ADE301E8413c5052
Octal366255343036104474120122
Binary111101101010110111100011011110100010010011110010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6ADE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6ADE3; }

 p { color: rgb(246,173,227); }

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

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

 a { background-color: rgb(246,173,227); }

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

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

 span { border-color: rgb(246,173,227); }

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