#F6DCFE

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

Shades of White Lilac #F6DCFE

Tints of White Lilac #F6DCFE

Color information

#F6DCFE (or 0xF6DCFE) is unknown color: approx White Lilac. HEX triplet: F6, DC and FE. RGB value is (246,220,254). Sum of RGB (Red+Green+Blue) = 246+220+254=720 (95% of max value = 765). Red value is 246 (96.48% from 255 or 34.17% from 720); Green value is 220 (86.33% from 255 or 30.56% from 720); Blue value is 254 (99.61% from 255 or 35.28% from 720); Max value from RGB is 254 - color contains mainly: blue. Hex color #F6DCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6DCFE is #092301. Grayscale: #E7E7E7. Windows color (decimal): -598786 or 16702710. OLE color: 16702710.

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

Color convert

RGB246220254-
CMYK0.030.1300.00
HSL285.88º94.44%92.94%-
HSV(B)285.88º13.39%99.61%-
XYZ81.4977.93104.51-
YUV231.65140.61138.24-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.17%
GREEN value IS 220 (86.33% from 255) = 30.56%
BLUE value IS 254 (99.61% from 255) = 35.28%
R=34.17%
G=30.56%
B=35.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2462202540.030.1300.00285.8894.4492.94
HexF6DCFE3D0011e5e5d
Octal36633437631500436136135
Binary1111011011011100111111101111010010001111010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DCFE; }

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

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

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

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

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

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

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

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