Html Css Color HEX #F2EDF4 White Lilac

📋 copy color: '#F2EDF4'

red 242 ◦ green 237 ◦ blue 244

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

Shades of White Lilac #F2EDF4

Tints of White Lilac #F2EDF4

RGB

 RED value IS 242 (94.92% from 255) = 33.47%

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

 BLUE value IS 244 (95.7% from 255) = 33.75%

R = 33.47%
G = 32.78%
B = 33.75%

CMYK

 C value IS 0.01

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F2EDF4 (or 0xF2EDF4) is known color: White Lilac. HEX triplet: F2, ED and F4. RGB value is (242,237,244). Sum of RGB (Red+Green+Blue) = 242+237+244=723 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.47% from 723); Green value is 237 (92.97% from 255 or 32.78% from 723); Blue value is 244 (95.70% from 255 or 33.75% from 723); Max value from RGB is 244 - color contains mainly: blue. Hex color #F2EDF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EDF4 is #0D120B. Grayscale: #EFEFEF. Windows color (decimal): -856588 or 16051698. OLE color: 16051698.

HSL color Cylindrical-coordinate representation of color #F2EDF4: hue angle of 282.86º degrees, saturation: 0.24, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F2EDF4 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 242 237 244 -
CMYK 0.01 0.03 0 0.04
HSL 282.86º 0.24% 0.94% -
HSV(B) 282.86º 0.03% 0.96% -
XYZ 83.23 85.98 97.8 -
YUV 239.29 130.66 129.93 -
System Red Green Blue C M Y K H S L
Decimal 242 237 244 0.01 0.03 0 0.04 282.86 0.24 0.94
Hex F2 ED F4 1 3 0 4 11B 18 5E
Octal 362 355 364 1 3 0 4 433 30 136
Binary 11110010 11101101 11110100 1 11 0 100 100011011 11000 1011110

Color Harmonies of #F2EDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EDF4

Black with #F2EDF4

Text Example


Text Example

White with #F2EDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EDF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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