#F6C0EB

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

Shades of French Lilac #F6C0EB

Tints of French Lilac #F6C0EB

Color information

#F6C0EB (or 0xF6C0EB) is unknown color: approx French Lilac. HEX triplet: F6, C0 and EB. RGB value is (246,192,235). Sum of RGB (Red+Green+Blue) = 246+192+235=673 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.55% from 673); Green value is 192 (75.39% from 255 or 28.53% from 673); Blue value is 235 (92.19% from 255 or 34.92% from 673); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C0EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6C0EB is #093F14. Grayscale: #D4D4D4. Windows color (decimal): -605973 or 15450358. OLE color: 15450358.

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

Color convert

RGB246192235-
CMYK00.220.040.04
HSL312.22º75%85.88%-
HSV(B)312.22º21.95%96.47%-
XYZ71.8563.2987.03-
YUV213.05140.39151.5-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.55%
GREEN value IS 192 (75.39% from 255) = 28.53%
BLUE value IS 235 (92.19% from 255) = 34.92%
R=36.55%
G=28.53%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619223500.220.040.04312.227585.88
HexF6C0EB016441384b56
Octal36630035302644470113126
Binary11110110110000001110101101011010010010011100010010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C0EB; }

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

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

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

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

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

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

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

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