#F6BFEE

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

Shades of French Lilac #F6BFEE

Tints of French Lilac #F6BFEE

Color information

#F6BFEE (or 0xF6BFEE) is unknown color: approx French Lilac. HEX triplet: F6, BF and EE. RGB value is (246,191,238). Sum of RGB (Red+Green+Blue) = 246+191+238=675 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.44% from 675); Green value is 191 (75% from 255 or 28.30% from 675); Blue value is 238 (93.36% from 255 or 35.26% from 675); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BFEE is #094011. Grayscale: #D4D4D4. Windows color (decimal): -606226 or 15646710. OLE color: 15646710.

HSL color Cylindrical-coordinate representation of color #F6BFEE: hue angle of 308.73º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F6BFEE is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB246191238-
CMYK00.220.030.04
HSL308.73º75.34%85.69%-
HSV(B)308.73º22.36%96.47%-
XYZ72.0763.0389.26-
YUV212.8142.22151.68-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.44%
GREEN value IS 191 (75% from 255) = 28.30%
BLUE value IS 238 (93.36% from 255) = 35.26%
R=36.44%
G=28.30%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619123800.220.030.04308.7375.3485.69
HexF6BFEE016341354b56
Octal36627735602634465113126
Binary1111011010111111111011100101101110010011010110010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BFEE; }

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

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

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

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

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

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

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

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