#F4DCFC

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

Shades of White Lilac #F4DCFC

Tints of White Lilac #F4DCFC

Color information

#F4DCFC (or 0xF4DCFC) is unknown color: approx White Lilac. HEX triplet: F4, DC and FC. RGB value is (244,220,252). Sum of RGB (Red+Green+Blue) = 244+220+252=716 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.08% from 716); Green value is 220 (86.33% from 255 or 30.73% from 716); Blue value is 252 (98.83% from 255 or 35.20% from 716); Max value from RGB is 252 - color contains mainly: blue. Hex color #F4DCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DCFC is #0B2303. Grayscale: #E6E6E6. Windows color (decimal): -729860 or 16571636. OLE color: 16571636.

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

Color convert

RGB244220252-
CMYK0.030.1300.01
HSL285º84.21%92.55%-
HSV(B)285º12.7%98.82%-
XYZ80.4777.45102.8-
YUV230.82139.95137.4-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.08%
GREEN value IS 220 (86.33% from 255) = 30.73%
BLUE value IS 252 (98.83% from 255) = 35.20%
R=34.08%
G=30.73%
B=35.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2442202520.030.1300.0128584.2192.55
HexF4DCFC3D0111d545d
Octal36433437431501435124135
Binary1111010011011100111111001111010110001110110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DCFC; }

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

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

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

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

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

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

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

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