#F6E1FE

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

Shades of White Lilac #F6E1FE

Tints of White Lilac #F6E1FE

Color information

#F6E1FE (or 0xF6E1FE) is unknown color: approx White Lilac. HEX triplet: F6, E1 and FE. RGB value is (246,225,254). Sum of RGB (Red+Green+Blue) = 246+225+254=725 (96% of max value = 765). Red value is 246 (96.48% from 255 or 33.93% from 725); Green value is 225 (88.28% from 255 or 31.03% from 725); Blue value is 254 (99.61% from 255 or 35.03% from 725); Max value from RGB is 254 - color contains mainly: blue. Hex color #F6E1FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6E1FE is #091E01. Grayscale: #EAEAEA. Windows color (decimal): -597506 or 16703990. OLE color: 16703990.

HSL color Cylindrical-coordinate representation of color #F6E1FE: hue angle of 283.45º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F6E1FE is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB246225254-
CMYK0.030.1100.00
HSL283.45º93.55%93.92%-
HSV(B)283.45º11.42%99.61%-
XYZ82.8280.6104.96-
YUV234.58138.96136.14-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 33.93%
GREEN value IS 225 (88.28% from 255) = 31.03%
BLUE value IS 254 (99.61% from 255) = 35.03%
R=33.93%
G=31.03%
B=35.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2462252540.030.1100.00283.4593.5593.92
HexF6E1FE3B0011b5e5e
Octal36634137631300433136136
Binary1111011011100001111111101110110010001101110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E1FE; }

 p { color: rgb(246,225,254); }

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

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

 a { background-color: rgb(246,225,254); }

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

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

 span { border-color: rgb(246,225,254); }

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