Html Css Color HEX #F1E2FA White Lilac

📋 copy color: '#F1E2FA'

red 241 ◦ green 226 ◦ blue 250

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

Shades of White Lilac #F1E2FA

Tints of White Lilac #F1E2FA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 31.52%

 BLUE value IS 250 (98.05% from 255) = 34.87%

R = 33.61%
G = 31.52%
B = 34.87%

CMYK

 C value IS 0.04

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F1E2FA (or 0xF1E2FA) is known color: White Lilac. HEX triplet: F1, E2 and FA. RGB value is (241,226,250). Sum of RGB (Red+Green+Blue) = 241+226+250=717 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.61% from 717); Green value is 226 (88.67% from 255 or 31.52% from 717); Blue value is 250 (98.05% from 255 or 34.87% from 717); Max value from RGB is 250 - color contains mainly: blue. Hex color #F1E2FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1E2FA is #0E1D05. Grayscale: #E9E9E9. Windows color (decimal): -924934 or 16442097. OLE color: 16442097.

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

Color convert

RGB 241 226 250 -
CMYK 0.04 0.10 0 0.02
HSL 277.5º 0.71% 0.93% -
HSV(B) 277.5º 0.1% 0.98% -
XYZ 80.73 80 101.63 -
YUV 233.22 137.47 133.55 -
System Red Green Blue C M Y K H S L
Decimal 241 226 250 0.04 0.10 0 0.02 277.5 0.71 0.93
Hex F1 E2 FA 4 A 0 2 116 47 5D
Octal 361 342 372 4 12 0 2 426 107 135
Binary 11110001 11100010 11111010 100 1010 0 10 100010110 1000111 1011101

Color Harmonies of #F1E2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E2FA

Black with #F1E2FA

Text Example


Text Example

White with #F1E2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E2FA; }

 p { color: rgb(241,226,250); }

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

background-color css

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

 a { background-color: rgb(241,226,250); }

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

border-color css

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

 span { border-color: rgb(241,226,250); }

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