#F1DCFB

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

Shades of White Lilac #F1DCFB

Tints of White Lilac #F1DCFB

Color information

#F1DCFB (or 0xF1DCFB) is unknown color: approx White Lilac. HEX triplet: F1, DC and FB. RGB value is (241,220,251). Sum of RGB (Red+Green+Blue) = 241+220+251=712 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.85% from 712); Green value is 220 (86.33% from 255 or 30.90% from 712); Blue value is 251 (98.44% from 255 or 35.25% from 712); Max value from RGB is 251 - color contains mainly: blue. Hex color #F1DCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DCFB is #0E2304. Grayscale: #E5E5E5. Windows color (decimal): -926469 or 16506097. OLE color: 16506097.

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

Color convert

RGB241220251-
CMYK0.040.1200.02
HSL280.65º79.49%92.35%-
HSV(B)280.65º12.35%98.43%-
XYZ79.2876.85101.92-
YUV229.81139.96135.98-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.85%
GREEN value IS 220 (86.33% from 255) = 30.90%
BLUE value IS 251 (98.44% from 255) = 35.25%
R=33.85%
G=30.90%
B=35.25%

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
Decimal2412202510.040.1200.02280.6579.4992.35
HexF1DCFB4C021194f5c
Octal36133437341402431117134
Binary111100011101110011111011100110001010001100110011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DCFB; }

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

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

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

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

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

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

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

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