#F6BDEC

Color #F6BDEC French Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Lilac #F6BDEC

Tints of French Lilac #F6BDEC

Color information

#F6BDEC (or 0xF6BDEC) is unknown color: approx French Lilac. HEX triplet: F6, BD and EC. RGB value is (246,189,236). Sum of RGB (Red+Green+Blue) = 246+189+236=671 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.66% from 671); Green value is 189 (74.22% from 255 or 28.17% from 671); Blue value is 236 (92.58% from 255 or 35.17% from 671); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BDEC is #094213. Grayscale: #D3D3D3. Windows color (decimal): -606740 or 15515126. OLE color: 15515126.

HSL color Cylindrical-coordinate representation of color #F6BDEC: hue angle of 310.53º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F6BDEC is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB246189236-
CMYK00.230.040.04
HSL310.53º76%85.29%-
HSV(B)310.53º23.17%96.47%-
XYZ71.3462.0487.57-
YUV211.4141.88152.68-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.66%
GREEN value IS 189 (74.22% from 255) = 28.17%
BLUE value IS 236 (92.58% from 255) = 35.17%
R=36.66%
G=28.17%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618923600.230.040.04310.537685.29
HexF6BDEC017441374c55
Octal36627535402744467114125
Binary11110110101111011110110001011110010010011011110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BDEC; }

 p { color: rgb(246,189,236); }

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

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

 a { background-color: rgb(246,189,236); }

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

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

 span { border-color: rgb(246,189,236); }

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