#F0DCFA

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

Shades of White Lilac #F0DCFA

Tints of White Lilac #F0DCFA

Color information

#F0DCFA (or 0xF0DCFA) is unknown color: approx White Lilac. HEX triplet: F0, DC and FA. RGB value is (240,220,250). Sum of RGB (Red+Green+Blue) = 240+220+250=710 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.80% from 710); Green value is 220 (86.33% from 255 or 30.99% from 710); Blue value is 250 (98.05% from 255 or 35.21% from 710); Max value from RGB is 250 - color contains mainly: blue. Hex color #F0DCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DCFA is #0F2305. Grayscale: #E5E5E5. Windows color (decimal): -992006 or 16440560. OLE color: 16440560.

HSL color Cylindrical-coordinate representation of color #F0DCFA: hue angle of 280º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F0DCFA is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB240220250-
CMYK0.040.1200.02
HSL280º75%92.16%-
HSV(B)280º12%98.04%-
XYZ78.7876.61101.08-
YUV229.4139.63135.56-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.80%
GREEN value IS 220 (86.33% from 255) = 30.99%
BLUE value IS 250 (98.05% from 255) = 35.21%
R=33.80%
G=30.99%
B=35.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402202500.040.1200.022807592.16
HexF0DCFA4C021184b5c
Octal36033437241402430113134
Binary111100001101110011111010100110001010001100010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DCFA; }

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

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

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

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

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

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

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

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