Html Css Color HEX #F2E0F9 White Lilac

📋 copy color: '#F2E0F9'

red 242 ◦ green 224 ◦ blue 249

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

Shades of White Lilac #F2E0F9

Tints of White Lilac #F2E0F9

RGB

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

 GREEN value IS 224 (87.89% from 255) = 31.33%

 BLUE value IS 249 (97.66% from 255) = 34.83%

R = 33.85%
G = 31.33%
B = 34.83%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F2E0F9 (or 0xF2E0F9) is known color: White Lilac. HEX triplet: F2, E0 and F9. RGB value is (242,224,249). Sum of RGB (Red+Green+Blue) = 242+224+249=715 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.85% from 715); Green value is 224 (87.89% from 255 or 31.33% from 715); Blue value is 249 (97.66% from 255 or 34.83% from 715); Max value from RGB is 249 - color contains mainly: blue. Hex color #F2E0F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E0F9 is #0D1F06. Grayscale: #E8E8E8. Windows color (decimal): -859911 or 16376050. OLE color: 16376050.

HSL color Cylindrical-coordinate representation of color #F2E0F9: hue angle of 283.2º degrees, saturation: 0.68, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2E0F9 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 224 249 -
CMYK 0.03 0.10 0 0.02
HSL 283.2º 0.68% 0.93% -
HSV(B) 283.2º 0.1% 0.98% -
XYZ 80.37 79.03 100.64 -
YUV 232.23 137.46 134.97 -
System Red Green Blue C M Y K H S L
Decimal 242 224 249 0.03 0.10 0 0.02 283.2 0.68 0.93
Hex F2 E0 F9 3 A 0 2 11B 44 5D
Octal 362 340 371 3 12 0 2 433 104 135
Binary 11110010 11100000 11111001 11 1010 0 10 100011011 1000100 1011101

Color Harmonies of #F2E0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E0F9

Black with #F2E0F9

Text Example


Text Example

White with #F2E0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E0F9; }

 p { color: rgb(242,224,249); }

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

background-color css

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

 a { background-color: rgb(242,224,249); }

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

border-color css

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

 span { border-color: rgb(242,224,249); }

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