Html Css Color HEX #F2EAF6 White Lilac

📋 copy color: '#F2EAF6'

red 242 ◦ green 234 ◦ blue 246

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

Shades of White Lilac #F2EAF6

Tints of White Lilac #F2EAF6

RGB

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

 GREEN value IS 234 (91.8% from 255) = 32.41%

 BLUE value IS 246 (96.48% from 255) = 34.07%

R = 33.52%
G = 32.41%
B = 34.07%

CMYK

 C value IS 0.02

 M value IS 0.05

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F2EAF6 (or 0xF2EAF6) is known color: White Lilac. HEX triplet: F2, EA and F6. RGB value is (242,234,246). Sum of RGB (Red+Green+Blue) = 242+234+246=722 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.52% from 722); Green value is 234 (91.80% from 255 or 32.41% from 722); Blue value is 246 (96.48% from 255 or 34.07% from 722); Max value from RGB is 246 - color contains mainly: blue. Hex color #F2EAF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EAF6 is #0D1509. Grayscale: #EDEDED. Windows color (decimal): -857354 or 16182002. OLE color: 16182002.

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

Color convert

RGB 242 234 246 -
CMYK 0.02 0.05 0 0.04
HSL 280º 0.4% 0.94% -
HSV(B) 280º 0.05% 0.96% -
XYZ 82.68 84.38 99.12 -
YUV 237.76 132.65 131.02 -
System Red Green Blue C M Y K H S L
Decimal 242 234 246 0.02 0.05 0 0.04 280 0.4 0.94
Hex F2 EA F6 2 5 0 4 118 28 5E
Octal 362 352 366 2 5 0 4 430 50 136
Binary 11110010 11101010 11110110 10 101 0 100 100011000 101000 1011110

Color Harmonies of #F2EAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EAF6

Black with #F2EAF6

Text Example


Text Example

White with #F2EAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EAF6; }

 p { color: rgb(242,234,246); }

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

background-color css

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

 a { background-color: rgb(242,234,246); }

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

border-color css

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

 span { border-color: rgb(242,234,246); }

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