#F3DCFC

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

Shades of White Lilac #F3DCFC

Tints of White Lilac #F3DCFC

Color information

#F3DCFC (or 0xF3DCFC) is unknown color: approx White Lilac. HEX triplet: F3, DC and FC. RGB value is (243,220,252). Sum of RGB (Red+Green+Blue) = 243+220+252=715 (94% of max value = 765). Red value is 243 (95.31% from 255 or 33.99% from 715); Green value is 220 (86.33% from 255 or 30.77% from 715); Blue value is 252 (98.83% from 255 or 35.24% from 715); Max value from RGB is 252 - color contains mainly: blue. Hex color #F3DCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DCFC is #0C2303. Grayscale: #E6E6E6. Windows color (decimal): -795396 or 16571635. OLE color: 16571635.

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

Color convert

RGB243220252-
CMYK0.040.1300.01
HSL283.12º84.21%92.55%-
HSV(B)283.12º12.7%98.82%-
XYZ80.1377.27102.79-
YUV230.52140.12136.9-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 33.99%
GREEN value IS 220 (86.33% from 255) = 30.77%
BLUE value IS 252 (98.83% from 255) = 35.24%
R=33.99%
G=30.77%
B=35.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2432202520.040.1300.01283.1284.2192.55
HexF3DCFC4D0111b545d
Octal36333437441501433124135
Binary11110011110111001111110010011010110001101110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DCFC; }

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

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

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

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

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

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

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

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