Html Css Color HEX #F1EDF2 White Lilac

📋 copy color: '#F1EDF2'

red 241 ◦ green 237 ◦ blue 242

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

Shades of White Lilac #F1EDF2

Tints of White Lilac #F1EDF2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 32.92%

 BLUE value IS 242 (94.92% from 255) = 33.61%

R = 33.47%
G = 32.92%
B = 33.61%

CMYK

 C value IS 0.00

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F1EDF2 (or 0xF1EDF2) is known color: White Lilac. HEX triplet: F1, ED and F2. RGB value is (241,237,242). Sum of RGB (Red+Green+Blue) = 241+237+242=720 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.47% from 720); Green value is 237 (92.97% from 255 or 32.92% from 720); Blue value is 242 (94.92% from 255 or 33.61% from 720); Max value from RGB is 242 - color contains mainly: blue. Hex color #F1EDF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EDF2 is #0E120D. Grayscale: #EEEEEE. Windows color (decimal): -922126 or 15920625. OLE color: 15920625.

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

Color convert

RGB 241 237 242 -
CMYK 0.00 0.02 0 0.05
HSL 288º 0.16% 0.94% -
HSV(B) 288º 0.02% 0.95% -
XYZ 82.59 85.68 96.19 -
YUV 238.77 129.83 129.59 -
System Red Green Blue C M Y K H S L
Decimal 241 237 242 0.00 0.02 0 0.05 288 0.16 0.94
Hex F1 ED F2 0 2 0 5 120 10 5E
Octal 361 355 362 0 2 0 5 440 20 136
Binary 11110001 11101101 11110010 0 10 0 101 100100000 10000 1011110

Color Harmonies of #F1EDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1EDF2

Black with #F1EDF2

Text Example


Text Example

White with #F1EDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1EDF2; }

 p { color: rgb(241,237,242); }

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

background-color css

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

 a { background-color: rgb(241,237,242); }

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

border-color css

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

 span { border-color: rgb(241,237,242); }

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