#F6C2EB

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

Shades of French Lilac #F6C2EB

Tints of French Lilac #F6C2EB

Color information

#F6C2EB (or 0xF6C2EB) is unknown color: approx French Lilac. HEX triplet: F6, C2 and EB. RGB value is (246,194,235). Sum of RGB (Red+Green+Blue) = 246+194+235=675 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.44% from 675); Green value is 194 (76.17% from 255 or 28.74% from 675); Blue value is 235 (92.19% from 255 or 34.81% from 675); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C2EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6C2EB is #093D14. Grayscale: #D6D6D6. Windows color (decimal): -605461 or 15450870. OLE color: 15450870.

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

Color convert

RGB246194235-
CMYK00.210.040.04
HSL312.69º74.29%86.27%-
HSV(B)312.69º21.14%96.47%-
XYZ72.2964.1787.17-
YUV214.22139.73150.67-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.44%
GREEN value IS 194 (76.17% from 255) = 28.74%
BLUE value IS 235 (92.19% from 255) = 34.81%
R=36.44%
G=28.74%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619423500.210.040.04312.6974.2986.27
HexF6C2EB015441394a56
Octal36630235302544471112126
Binary11110110110000101110101101010110010010011100110010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C2EB; }

 p { color: rgb(246,194,235); }

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

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

 a { background-color: rgb(246,194,235); }

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

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

 span { border-color: rgb(246,194,235); }

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