#F3DEFA

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

Shades of White Lilac #F3DEFA

Tints of White Lilac #F3DEFA

Color information

#F3DEFA (or 0xF3DEFA) is unknown color: approx White Lilac. HEX triplet: F3, DE and FA. RGB value is (243,222,250). Sum of RGB (Red+Green+Blue) = 243+222+250=715 (94% of max value = 765). Red value is 243 (95.31% from 255 or 33.99% from 715); Green value is 222 (87.11% from 255 or 31.05% from 715); Blue value is 250 (98.05% from 255 or 34.97% from 715); Max value from RGB is 250 - color contains mainly: blue. Hex color #F3DEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DEFA is #0C2105. Grayscale: #E7E7E7. Windows color (decimal): -794886 or 16441075. OLE color: 16441075.

HSL color Cylindrical-coordinate representation of color #F3DEFA: hue angle of 285º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F3DEFA is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB243222250-
CMYK0.030.1100.02
HSL285º73.68%92.55%-
HSV(B)285º11.2%98.04%-
XYZ80.3478.2101.3-
YUV231.47138.46136.22-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 33.99%
GREEN value IS 222 (87.11% from 255) = 31.05%
BLUE value IS 250 (98.05% from 255) = 34.97%
R=33.99%
G=31.05%
B=34.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2432222500.030.1100.0228573.6892.55
HexF3DEFA3B0211d4a5d
Octal36333637231302435112135
Binary11110011110111101111101011101101010001110110010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DEFA; }

 p { color: rgb(243,222,250); }

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

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

 a { background-color: rgb(243,222,250); }

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

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

 span { border-color: rgb(243,222,250); }

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