#F0DFFA

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

Shades of White Lilac #F0DFFA

Tints of White Lilac #F0DFFA

Color information

#F0DFFA (or 0xF0DFFA) is unknown color: approx White Lilac. HEX triplet: F0, DF and FA. RGB value is (240,223,250). Sum of RGB (Red+Green+Blue) = 240+223+250=713 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.66% from 713); Green value is 223 (87.5% from 255 or 31.28% from 713); Blue value is 250 (98.05% from 255 or 35.06% from 713); Max value from RGB is 250 - color contains mainly: blue. Hex color #F0DFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DFFA is #0F2005. Grayscale: #E7E7E7. Windows color (decimal): -991238 or 16441328. OLE color: 16441328.

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

Color convert

RGB240223250-
CMYK0.040.1100.02
HSL277.78º72.97%92.75%-
HSV(B)277.78º10.8%98.04%-
XYZ79.5878.2101.34-
YUV231.16138.63134.3-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.66%
GREEN value IS 223 (87.5% from 255) = 31.28%
BLUE value IS 250 (98.05% from 255) = 35.06%
R=33.66%
G=31.28%
B=35.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402232500.040.1100.02277.7872.9792.75
HexF0DFFA4B02116495d
Octal36033737241302426111135
Binary111100001101111111111010100101101010001011010010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DFFA; }

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

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

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

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

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

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

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

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