#F3E1FC

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

Shades of White Lilac #F3E1FC

Tints of White Lilac #F3E1FC

Color information

#F3E1FC (or 0xF3E1FC) is unknown color: approx White Lilac. HEX triplet: F3, E1 and FC. RGB value is (243,225,252). Sum of RGB (Red+Green+Blue) = 243+225+252=720 (95% of max value = 765). Red value is 243 (95.31% from 255 or 33.75% from 720); Green value is 225 (88.28% from 255 or 31.25% from 720); Blue value is 252 (98.83% from 255 or 35% from 720); Max value from RGB is 252 - color contains mainly: blue. Hex color #F3E1FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3E1FC is #0C1E03. Grayscale: #E9E9E9. Windows color (decimal): -794116 or 16572915. OLE color: 16572915.

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

Color convert

RGB243225252-
CMYK0.040.1100.01
HSL280º81.82%93.53%-
HSV(B)280º10.71%98.82%-
XYZ81.4679.93103.23-
YUV233.46138.46134.8-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 33.75%
GREEN value IS 225 (88.28% from 255) = 31.25%
BLUE value IS 252 (98.83% from 255) = 35%
R=33.75%
G=31.25%
B=35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2432252520.040.1100.0128081.8293.53
HexF3E1FC4B01118525e
Octal36334137441301430122136
Binary11110011111000011111110010010110110001100010100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3E1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3E1FC; }

 p { color: rgb(243,225,252); }

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

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

 a { background-color: rgb(243,225,252); }

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

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

 span { border-color: rgb(243,225,252); }

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