#F4DCFD

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

Shades of White Lilac #F4DCFD

Tints of White Lilac #F4DCFD

Color information

#F4DCFD (or 0xF4DCFD) is unknown color: approx White Lilac. HEX triplet: F4, DC and FD. RGB value is (244,220,253). Sum of RGB (Red+Green+Blue) = 244+220+253=717 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.03% from 717); Green value is 220 (86.33% from 255 or 30.68% from 717); Blue value is 253 (99.22% from 255 or 35.29% from 717); Max value from RGB is 253 - color contains mainly: blue. Hex color #F4DCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DCFD is #0B2302. Grayscale: #E6E6E6. Windows color (decimal): -729859 or 16637172. OLE color: 16637172.

HSL color Cylindrical-coordinate representation of color #F4DCFD: hue angle of 283.64º degrees, saturation: 0.89, 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 #F4DCFD is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB244220253-
CMYK0.040.1300.01
HSL283.64º89.19%92.75%-
HSV(B)283.64º13.04%99.22%-
XYZ80.6377.51103.64-
YUV230.94140.45137.32-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.03%
GREEN value IS 220 (86.33% from 255) = 30.68%
BLUE value IS 253 (99.22% from 255) = 35.29%
R=34.03%
G=30.68%
B=35.29%

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
Decimal2442202530.040.1300.01283.6489.1992.75
HexF4DCFD4D0111c595d
Octal36433437541501434131135
Binary11110100110111001111110110011010110001110010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DCFD; }

 p { color: rgb(244,220,253); }

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

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

 a { background-color: rgb(244,220,253); }

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

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

 span { border-color: rgb(244,220,253); }

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