#F3DCFE

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

Shades of White Lilac #F3DCFE

Tints of White Lilac #F3DCFE

Color information

#F3DCFE (or 0xF3DCFE) is unknown color: approx White Lilac. HEX triplet: F3, DC and FE. RGB value is (243,220,254). Sum of RGB (Red+Green+Blue) = 243+220+254=717 (94% of max value = 765). Red value is 243 (95.31% from 255 or 33.89% from 717); Green value is 220 (86.33% from 255 or 30.68% from 717); Blue value is 254 (99.61% from 255 or 35.43% from 717); Max value from RGB is 254 - color contains mainly: blue. Hex color #F3DCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DCFE is #0C2301. Grayscale: #E6E6E6. Windows color (decimal): -795394 or 16702707. OLE color: 16702707.

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

Color convert

RGB243220254-
CMYK0.040.1300.00
HSL280.59º94.44%92.94%-
HSV(B)280.59º13.39%99.61%-
XYZ80.4477.4104.47-
YUV230.75141.12136.74-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 33.89%
GREEN value IS 220 (86.33% from 255) = 30.68%
BLUE value IS 254 (99.61% from 255) = 35.43%
R=33.89%
G=30.68%
B=35.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2432202540.040.1300.00280.5994.4492.94
HexF3DCFE4D001195e5d
Octal36333437641500431136135
Binary11110011110111001111111010011010010001100110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DCFE; }

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

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

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

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

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

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

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

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