#F1DCFA

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

Shades of White Lilac #F1DCFA

Tints of White Lilac #F1DCFA

Color information

#F1DCFA (or 0xF1DCFA) is unknown color: approx White Lilac. HEX triplet: F1, DC and FA. RGB value is (241,220,250). Sum of RGB (Red+Green+Blue) = 241+220+250=711 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.90% from 711); Green value is 220 (86.33% from 255 or 30.94% 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 #F1DCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DCFA is #0E2305. Grayscale: #E5E5E5. Windows color (decimal): -926470 or 16440561. OLE color: 16440561.

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

Color convert

RGB241220250-
CMYK0.040.1200.02
HSL282º75%92.16%-
HSV(B)282º12%98.04%-
XYZ79.1276.79101.09-
YUV229.7139.46136.06-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.90%
GREEN value IS 220 (86.33% from 255) = 30.94%
BLUE value IS 250 (98.05% from 255) = 35.16%
R=33.90%
G=30.94%
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
Decimal2412202500.040.1200.022827592.16
HexF1DCFA4C0211a4b5c
Octal36133437241402432113134
Binary111100011101110011111010100110001010001101010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DCFA; }

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

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

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

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

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

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

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

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