#F0DCFC

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

Shades of White Lilac #F0DCFC

Tints of White Lilac #F0DCFC

Color information

#F0DCFC (or 0xF0DCFC) is unknown color: approx White Lilac. HEX triplet: F0, DC and FC. RGB value is (240,220,252). Sum of RGB (Red+Green+Blue) = 240+220+252=712 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.71% from 712); Green value is 220 (86.33% from 255 or 30.90% from 712); Blue value is 252 (98.83% from 255 or 35.39% from 712); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0DCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DCFC is #0F2303. Grayscale: #E5E5E5. Windows color (decimal): -992004 or 16571632. OLE color: 16571632.

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

Color convert

RGB240220252-
CMYK0.050.1300.01
HSL277.5º84.21%92.55%-
HSV(B)277.5º12.7%98.82%-
XYZ79.176.74102.74-
YUV229.63140.63135.4-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.71%
GREEN value IS 220 (86.33% from 255) = 30.90%
BLUE value IS 252 (98.83% from 255) = 35.39%
R=33.71%
G=30.90%
B=35.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2402202520.050.1300.01277.584.2192.55
HexF0DCFC5D01116545d
Octal36033437451501426124135
Binary11110000110111001111110010111010110001011010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DCFC; }

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

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

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

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

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

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

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

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