Html Css Color HEX #F1E1FD White Lilac

📋 copy color: '#F1E1FD'

red 241 ◦ green 225 ◦ blue 253

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

Shades of White Lilac #F1E1FD

Tints of White Lilac #F1E1FD

RGB

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

 GREEN value IS 225 (88.28% from 255) = 31.29%

 BLUE value IS 253 (99.22% from 255) = 35.19%

R = 33.52%
G = 31.29%
B = 35.19%

CMYK

 C value IS 0.05

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F1E1FD (or 0xF1E1FD) is known color: White Lilac. HEX triplet: F1, E1 and FD. RGB value is (241,225,253). Sum of RGB (Red+Green+Blue) = 241+225+253=719 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.52% from 719); Green value is 225 (88.28% from 255 or 31.29% from 719); Blue value is 253 (99.22% from 255 or 35.19% from 719); Max value from RGB is 253 - color contains mainly: blue. Hex color #F1E1FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E1FD is #0E1E02. Grayscale: #E8E8E8. Windows color (decimal): -925187 or 16638449. OLE color: 16638449.

HSL color Cylindrical-coordinate representation of color #F1E1FD: hue angle of 274.29º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F1E1FD is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 241 225 253 -
CMYK 0.05 0.11 0 0.01
HSL 274.29º 0.88% 0.94% -
HSV(B) 274.29º 0.11% 0.99% -
XYZ 80.93 79.64 104.04 -
YUV 232.98 139.3 133.72 -
System Red Green Blue C M Y K H S L
Decimal 241 225 253 0.05 0.11 0 0.01 274.29 0.88 0.94
Hex F1 E1 FD 5 B 0 1 112 58 5E
Octal 361 341 375 5 13 0 1 422 130 136
Binary 11110001 11100001 11111101 101 1011 0 1 100010010 1011000 1011110

Color Harmonies of #F1E1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E1FD

Black with #F1E1FD

Text Example


Text Example

White with #F1E1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E1FD; }

 p { color: rgb(241,225,253); }

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

background-color css

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

 a { background-color: rgb(241,225,253); }

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

border-color css

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

 span { border-color: rgb(241,225,253); }

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