#F6E1FF

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

Shades of White Lilac #F6E1FF

Tints of White Lilac #F6E1FF

Color information

#F6E1FF (or 0xF6E1FF) is unknown color: approx White Lilac. HEX triplet: F6, E1 and FF. RGB value is (246,225,255). Sum of RGB (Red+Green+Blue) = 246+225+255=726 (96% of max value = 765). Red value is 246 (96.48% from 255 or 33.88% from 726); Green value is 225 (88.28% from 255 or 30.99% from 726); Blue value is 255 (100% from 255 or 35.12% from 726); Max value from RGB is 255 - color contains mainly: blue. Hex color #F6E1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6E1FF is #091E00. Grayscale: #EAEAEA. Windows color (decimal): -597505 or 16769526. OLE color: 16769526.

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

Color convert

RGB246225255-
CMYK0.040.1200
HSL282º100%94.12%-
HSV(B)282º11.76%100%-
XYZ82.9880.66105.8-
YUV234.7139.46136.06-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 33.88%
GREEN value IS 225 (88.28% from 255) = 30.99%
BLUE value IS 255 (100% from 255) = 35.12%
R=33.88%
G=30.99%
B=35.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2462252550.040.120028210094.12
HexF6E1FF4C0011a645e
Octal36634137741400432144136
Binary11110110111000011111111110011000010001101011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E1FF; }

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

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

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

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

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

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

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

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