#F1DCF9

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

Shades of White Lilac #F1DCF9

Tints of White Lilac #F1DCF9

Color information

#F1DCF9 (or 0xF1DCF9) is unknown color: approx White Lilac. HEX triplet: F1, DC and F9. RGB value is (241,220,249). Sum of RGB (Red+Green+Blue) = 241+220+249=710 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.94% from 710); Green value is 220 (86.33% from 255 or 30.99% from 710); Blue value is 249 (97.66% from 255 or 35.07% from 710); Max value from RGB is 249 - color contains mainly: blue. Hex color #F1DCF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DCF9 is #0E2306. Grayscale: #E5E5E5. Windows color (decimal): -926471 or 16375025. OLE color: 16375025.

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

Color convert

RGB241220249-
CMYK0.030.1200.02
HSL283.45º70.73%91.96%-
HSV(B)283.45º11.65%97.65%-
XYZ78.9776.73100.27-
YUV229.58138.96136.14-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.94%
GREEN value IS 220 (86.33% from 255) = 30.99%
BLUE value IS 249 (97.66% from 255) = 35.07%
R=33.94%
G=30.99%
B=35.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412202490.030.1200.02283.4570.7391.96
HexF1DCF93C0211b475c
Octal36133437131402433107134
Binary11110001110111001111100111110001010001101110001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DCF9; }

 p { color: rgb(241,220,249); }

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

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

 a { background-color: rgb(241,220,249); }

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

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

 span { border-color: rgb(241,220,249); }

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