#F1DEFB

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

Shades of White Lilac #F1DEFB

Tints of White Lilac #F1DEFB

Color information

#F1DEFB (or 0xF1DEFB) is unknown color: approx White Lilac. HEX triplet: F1, DE and FB. RGB value is (241,222,251). Sum of RGB (Red+Green+Blue) = 241+222+251=714 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.75% from 714); Green value is 222 (87.11% from 255 or 31.09% from 714); Blue value is 251 (98.44% from 255 or 35.15% from 714); Max value from RGB is 251 - color contains mainly: blue. Hex color #F1DEFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DEFB is #0E2104. Grayscale: #E6E6E6. Windows color (decimal): -925957 or 16506609. OLE color: 16506609.

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

Color convert

RGB241222251-
CMYK0.040.1200.02
HSL279.31º78.38%92.75%-
HSV(B)279.31º11.55%98.43%-
XYZ79.8177.91102.1-
YUV230.99139.29135.14-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.75%
GREEN value IS 222 (87.11% from 255) = 31.09%
BLUE value IS 251 (98.44% from 255) = 35.15%
R=33.75%
G=31.09%
B=35.15%

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
Decimal2412222510.040.1200.02279.3178.3892.75
HexF1DEFB4C021174e5d
Octal36133637341402427116135
Binary111100011101111011111011100110001010001011110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DEFB; }

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

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

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

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

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

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

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

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