Html Css Color HEX #F1DCFF White Lilac

📋 copy color: '#F1DCFF'

red 241 ◦ green 220 ◦ blue 255

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

Shades of White Lilac #F1DCFF

Tints of White Lilac #F1DCFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 35.61%

R = 33.66%
G = 30.73%
B = 35.61%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F1DCFF (or 0xF1DCFF) is known color: White Lilac. HEX triplet: F1, DC and FF. RGB value is (241,220,255). Sum of RGB (Red+Green+Blue) = 241+220+255=716 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.66% from 716); Green value is 220 (86.33% from 255 or 30.73% from 716); Blue value is 255 (100% from 255 or 35.61% from 716); Max value from RGB is 255 - color contains mainly: blue. Hex color #F1DCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DCFF is #0E2300. Grayscale: #E6E6E6. Windows color (decimal): -926465 or 16768241. OLE color: 16768241.

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

Color convert

RGB 241 220 255 -
CMYK 0.05 0.14 0 0
HSL 276º 1% 0.93% -
HSV(B) 276º 0.14% 1% -
XYZ 79.92 77.11 105.28 -
YUV 230.27 141.96 135.65 -
System Red Green Blue C M Y K H S L
Decimal 241 220 255 0.05 0.14 0 0 276 1 0.93
Hex F1 DC FF 5 E 0 0 114 64 5D
Octal 361 334 377 5 16 0 0 424 144 135
Binary 11110001 11011100 11111111 101 1110 0 0 100010100 1100100 1011101

Color Harmonies of #F1DCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DCFF

Black with #F1DCFF

Text Example


Text Example

White with #F1DCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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