Html Css Color HEX #F1DEFA White Lilac

📋 copy color: '#F1DEFA'

red 241 ◦ green 222 ◦ blue 250

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

Shades of White Lilac #F1DEFA

Tints of White Lilac #F1DEFA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 31.14%

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

R = 33.8%
G = 31.14%
B = 35.06%

CMYK

 C value IS 0.04

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F1DEFA (or 0xF1DEFA) is known color: White Lilac. HEX triplet: F1, DE and FA. RGB value is (241,222,250). Sum of RGB (Red+Green+Blue) = 241+222+250=713 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.80% from 713); Green value is 222 (87.11% from 255 or 31.14% from 713); Blue value is 250 (98.05% from 255 or 35.06% from 713); Max value from RGB is 250 - color contains mainly: blue. Hex color #F1DEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DEFA is #0E2105. Grayscale: #E6E6E6. Windows color (decimal): -925958 or 16441073. OLE color: 16441073.

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

Color convert

RGB 241 222 250 -
CMYK 0.04 0.11 0 0.02
HSL 280.71º 0.74% 0.93% -
HSV(B) 280.71º 0.11% 0.98% -
XYZ 79.65 77.85 101.27 -
YUV 230.87 138.79 135.22 -
System Red Green Blue C M Y K H S L
Decimal 241 222 250 0.04 0.11 0 0.02 280.71 0.74 0.93
Hex F1 DE FA 4 B 0 2 119 4A 5D
Octal 361 336 372 4 13 0 2 431 112 135
Binary 11110001 11011110 11111010 100 1011 0 10 100011001 1001010 1011101

Color Harmonies of #F1DEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DEFA

Black with #F1DEFA

Text Example


Text Example

White with #F1DEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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