Html Css Color HEX #F2E4F6 White Lilac

📋 copy color: '#F2E4F6'

red 242 ◦ green 228 ◦ blue 246

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

Shades of White Lilac #F2E4F6

Tints of White Lilac #F2E4F6

RGB

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

 GREEN value IS 228 (89.45% from 255) = 31.84%

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

R = 33.8%
G = 31.84%
B = 34.36%

CMYK

 C value IS 0.02

 M value IS 0.07

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F2E4F6 (or 0xF2E4F6) is known color: White Lilac. HEX triplet: F2, E4 and F6. RGB value is (242,228,246). Sum of RGB (Red+Green+Blue) = 242+228+246=716 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.80% from 716); Green value is 228 (89.45% from 255 or 31.84% from 716); Blue value is 246 (96.48% from 255 or 34.36% from 716); Max value from RGB is 246 - color contains mainly: blue. Hex color #F2E4F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E4F6 is #0D1B09. Grayscale: #EAEAEA. Windows color (decimal): -858890 or 16180466. OLE color: 16180466.

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

Color convert

RGB 242 228 246 -
CMYK 0.02 0.07 0 0.04
HSL 286.67º 0.5% 0.93% -
HSV(B) 286.67º 0.07% 0.96% -
XYZ 81 81.02 98.56 -
YUV 234.24 134.64 133.54 -
System Red Green Blue C M Y K H S L
Decimal 242 228 246 0.02 0.07 0 0.04 286.67 0.5 0.93
Hex F2 E4 F6 2 7 0 4 11F 32 5D
Octal 362 344 366 2 7 0 4 437 62 135
Binary 11110010 11100100 11110110 10 111 0 100 100011111 110010 1011101

Color Harmonies of #F2E4F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E4F6

Black with #F2E4F6

Text Example


Text Example

White with #F2E4F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E4F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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