#F1DEFA

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

Shades of White Lilac #F1DEFA

Tints of White Lilac #F1DEFA

Color information

#F1DEFA (or 0xF1DEFA) is unknown color: approx White Lilac. HEX triplet: F1, DE and FA. RGB value is (241,222,250). Sum of RGB (Red+Green+Blue) = 241+222+250=713 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.80% from 713); Green value is 222 (87.11% from 255 or 31.14% 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 #F1DEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DEFA is #0E2105. Grayscale: #E6E6E6. Windows color (decimal): -925958 or 16441073. OLE color: 16441073.

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

Color convert

RGB241222250-
CMYK0.040.1100.02
HSL280.71º73.68%92.55%-
HSV(B)280.71º11.2%98.04%-
XYZ79.6577.85101.27-
YUV230.87138.79135.22-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.80%
GREEN value IS 222 (87.11% from 255) = 31.14%
BLUE value IS 250 (98.05% from 255) = 35.06%
R=33.80%
G=31.14%
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
Decimal2412222500.040.1100.02280.7173.6892.55
HexF1DEFA4B021194a5d
Octal36133637241302431112135
Binary111100011101111011111010100101101010001100110010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DEFA; }

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

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

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

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

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

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

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

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