#F6BDED

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

Shades of French Lilac #F6BDED

Tints of French Lilac #F6BDED

Color information

#F6BDED (or 0xF6BDED) is unknown color: approx French Lilac. HEX triplet: F6, BD and ED. RGB value is (246,189,237). Sum of RGB (Red+Green+Blue) = 246+189+237=672 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.61% from 672); Green value is 189 (74.22% from 255 or 28.12% from 672); Blue value is 237 (92.97% from 255 or 35.27% from 672); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BDED is #094212. Grayscale: #D3D3D3. Windows color (decimal): -606739 or 15580662. OLE color: 15580662.

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

Color convert

RGB246189237-
CMYK00.230.040.04
HSL309.47º76%85.29%-
HSV(B)309.47º23.17%96.47%-
XYZ71.4962.188.34-
YUV211.52142.38152.6-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.61%
GREEN value IS 189 (74.22% from 255) = 28.12%
BLUE value IS 237 (92.97% from 255) = 35.27%
R=36.61%
G=28.12%
B=35.27%

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
Decimal24618923700.230.040.04309.477685.29
HexF6BDED017441354c55
Octal36627535502744465114125
Binary11110110101111011110110101011110010010011010110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BDED; }

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

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

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

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

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

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

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

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