#F6BDEE

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

Shades of French Lilac #F6BDEE

Tints of French Lilac #F6BDEE

Color information

#F6BDEE (or 0xF6BDEE) is unknown color: approx French Lilac. HEX triplet: F6, BD and EE. RGB value is (246,189,238). Sum of RGB (Red+Green+Blue) = 246+189+238=673 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.55% from 673); Green value is 189 (74.22% from 255 or 28.08% from 673); Blue value is 238 (93.36% from 255 or 35.36% from 673); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BDEE is #094211. Grayscale: #D3D3D3. Windows color (decimal): -606738 or 15646198. OLE color: 15646198.

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

Color convert

RGB246189238-
CMYK00.230.030.04
HSL308.42º76%85.29%-
HSV(B)308.42º23.17%96.47%-
XYZ71.6462.1689.11-
YUV211.63142.88152.52-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.55%
GREEN value IS 189 (74.22% from 255) = 28.08%
BLUE value IS 238 (93.36% from 255) = 35.36%
R=36.55%
G=28.08%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618923800.230.030.04308.427685.29
HexF6BDEE017341344c55
Octal36627535602734464114125
Binary1111011010111101111011100101111110010011010010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BDEE; }

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

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

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

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

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

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

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

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