#F6EDFA

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

Shades of White Lilac #F6EDFA

Tints of White Lilac #F6EDFA

Color information

#F6EDFA (or 0xF6EDFA) is unknown color: approx White Lilac. HEX triplet: F6, ED and FA. RGB value is (246,237,250). Sum of RGB (Red+Green+Blue) = 246+237+250=733 (97% of max value = 765). Red value is 246 (96.48% from 255 or 33.56% from 733); Green value is 237 (92.97% from 255 or 32.33% from 733); Blue value is 250 (98.05% from 255 or 34.11% from 733); Max value from RGB is 250 - color contains mainly: blue. Hex color #F6EDFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6EDFA is #091205. Grayscale: #F1F1F1. Windows color (decimal): -594438 or 16444918. OLE color: 16444918.

HSL color Cylindrical-coordinate representation of color #F6EDFA: hue angle of 281.54º degrees, saturation: 0.57, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F6EDFA is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB246237250-
CMYK0.020.0500.02
HSL281.54º56.52%95.49%-
HSV(B)281.54º5.2%98.04%-
XYZ85.5587.06102.74-
YUV241.17132.98131.44-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 33.56%
GREEN value IS 237 (92.97% from 255) = 32.33%
BLUE value IS 250 (98.05% from 255) = 34.11%
R=33.56%
G=32.33%
B=34.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2462372500.020.0500.02281.5456.5295.49
HexF6EDFA250211a395f
Octal366355372250243271137
Binary111101101110110111111010101010101000110101110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6EDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6EDFA; }

 p { color: rgb(246,237,250); }

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

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

 a { background-color: rgb(246,237,250); }

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

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

 span { border-color: rgb(246,237,250); }

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