#F6E7FC

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

Shades of White Lilac #F6E7FC

Tints of White Lilac #F6E7FC

Color information

#F6E7FC (or 0xF6E7FC) is unknown color: approx White Lilac. HEX triplet: F6, E7 and FC. RGB value is (246,231,252). Sum of RGB (Red+Green+Blue) = 246+231+252=729 (96% of max value = 765). Red value is 246 (96.48% from 255 or 33.74% from 729); Green value is 231 (90.62% from 255 or 31.69% from 729); Blue value is 252 (98.83% from 255 or 34.57% from 729); Max value from RGB is 252 - color contains mainly: blue. Hex color #F6E7FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6E7FC is #091803. Grayscale: #EDEDED. Windows color (decimal): -595972 or 16574454. OLE color: 16574454.

HSL color Cylindrical-coordinate representation of color #F6E7FC: hue angle of 282.86º degrees, saturation: 0.78, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F6E7FC is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB246231252-
CMYK0.020.0800.01
HSL282.86º77.78%94.71%-
HSV(B)282.86º8.33%98.82%-
XYZ84.1583.77103.83-
YUV237.88135.97133.79-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 33.74%
GREEN value IS 231 (90.62% from 255) = 31.69%
BLUE value IS 252 (98.83% from 255) = 34.57%
R=33.74%
G=31.69%
B=34.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2462312520.020.0800.01282.8677.7894.71
HexF6E7FC280111b4e5f
Octal36634737421001433116137
Binary1111011011100111111111001010000110001101110011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E7FC; }

 p { color: rgb(246,231,252); }

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

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

 a { background-color: rgb(246,231,252); }

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

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

 span { border-color: rgb(246,231,252); }

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