#F0DDFA

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

Shades of White Lilac #F0DDFA

Tints of White Lilac #F0DDFA

Color information

#F0DDFA (or 0xF0DDFA) is unknown color: approx White Lilac. HEX triplet: F0, DD and FA. RGB value is (240,221,250). Sum of RGB (Red+Green+Blue) = 240+221+250=711 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.76% from 711); Green value is 221 (86.72% from 255 or 31.08% from 711); Blue value is 250 (98.05% from 255 or 35.16% from 711); Max value from RGB is 250 - color contains mainly: blue. Hex color #F0DDFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DDFA is #0F2205. Grayscale: #E5E5E5. Windows color (decimal): -991750 or 16440816. OLE color: 16440816.

HSL color Cylindrical-coordinate representation of color #F0DDFA: hue angle of 279.31º degrees, saturation: 0.74, 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 #F0DDFA is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB240221250-
CMYK0.040.1200.02
HSL279.31º74.36%92.35%-
HSV(B)279.31º11.6%98.04%-
XYZ79.0577.14101.17-
YUV229.99139.29135.14-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.76%
GREEN value IS 221 (86.72% from 255) = 31.08%
BLUE value IS 250 (98.05% from 255) = 35.16%
R=33.76%
G=31.08%
B=35.16%

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
Decimal2402212500.040.1200.02279.3174.3692.35
HexF0DDFA4C021174a5c
Octal36033537241402427112134
Binary111100001101110111111010100110001010001011110010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DDFA; }

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

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

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

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

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

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

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

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