Html Css Color HEX #F1DCFE White Lilac

📋 copy color: '#F1DCFE'

red 241 ◦ green 220 ◦ blue 254

#F1DCFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of White Lilac #F1DCFE

Tints of White Lilac #F1DCFE

RGB

 RED value IS 241 (94.53% from 255) = 33.71%

 GREEN value IS 220 (86.33% from 255) = 30.77%

 BLUE value IS 254 (99.61% from 255) = 35.52%

R = 33.71%
G = 30.77%
B = 35.52%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F1DCFE (or 0xF1DCFE) is known color: White Lilac. HEX triplet: F1, DC and FE. RGB value is (241,220,254). Sum of RGB (Red+Green+Blue) = 241+220+254=715 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.71% from 715); Green value is 220 (86.33% from 255 or 30.77% from 715); Blue value is 254 (99.61% from 255 or 35.52% from 715); Max value from RGB is 254 - color contains mainly: blue. Hex color #F1DCFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DCFE is #0E2301. Grayscale: #E6E6E6. Windows color (decimal): -926466 or 16702705. OLE color: 16702705.

HSL color Cylindrical-coordinate representation of color #F1DCFE: hue angle of 277.06º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F1DCFE is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 241 220 254 -
CMYK 0.05 0.13 0 0.00
HSL 277.06º 0.94% 0.93% -
HSV(B) 277.06º 0.13% 1% -
XYZ 79.76 77.04 104.43 -
YUV 230.16 141.46 135.74 -
System Red Green Blue C M Y K H S L
Decimal 241 220 254 0.05 0.13 0 0.00 277.06 0.94 0.93
Hex F1 DC FE 5 D 0 0 115 5E 5D
Octal 361 334 376 5 15 0 0 425 136 135
Binary 11110001 11011100 11111110 101 1101 0 0 100010101 1011110 1011101

Color Harmonies of #F1DCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DCFE

Black with #F1DCFE

Text Example


Text Example

White with #F1DCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DCFE; }

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

 H1.HeaderClassName
 {
   color: #F1DCFE;
 }
 .AnyTagClassName
 {
   color: #F1DCFE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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