#F5DCFF

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

Shades of White Lilac #F5DCFF

Tints of White Lilac #F5DCFF

Color information

#F5DCFF (or 0xF5DCFF) is unknown color: approx White Lilac. HEX triplet: F5, DC and FF. RGB value is (245,220,255). Sum of RGB (Red+Green+Blue) = 245+220+255=720 (95% of max value = 765). Red value is 245 (96.09% from 255 or 34.03% from 720); Green value is 220 (86.33% from 255 or 30.56% from 720); Blue value is 255 (100% from 255 or 35.42% from 720); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5DCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DCFF is #0A2300. Grayscale: #E7E7E7. Windows color (decimal): -664321 or 16768245. OLE color: 16768245.

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

Color convert

RGB245220255-
CMYK0.040.1400
HSL282.86º100%93.14%-
HSV(B)282.86º13.73%100%-
XYZ81.377.82105.34-
YUV231.46141.28137.65-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.03%
GREEN value IS 220 (86.33% from 255) = 30.56%
BLUE value IS 255 (100% from 255) = 35.42%
R=34.03%
G=30.56%
B=35.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2452202550.040.1400282.8610093.14
HexF5DCFF4E0011b645d
Octal36533437741600433144135
Binary11110101110111001111111110011100010001101111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DCFF; }

 p { color: rgb(245,220,255); }

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

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

 a { background-color: rgb(245,220,255); }

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

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

 span { border-color: rgb(245,220,255); }

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