Html Css Color HEX #F2E0F8 White Lilac

📋 copy color: '#F2E0F8'

red 242 ◦ green 224 ◦ blue 248

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

Shades of White Lilac #F2E0F8

Tints of White Lilac #F2E0F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 34.73%

R = 33.89%
G = 31.37%
B = 34.73%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F2E0F8 (or 0xF2E0F8) is known color: White Lilac. HEX triplet: F2, E0 and F8. RGB value is (242,224,248). Sum of RGB (Red+Green+Blue) = 242+224+248=714 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.89% from 714); Green value is 224 (87.89% from 255 or 31.37% from 714); Blue value is 248 (97.27% from 255 or 34.73% from 714); Max value from RGB is 248 - color contains mainly: blue. Hex color #F2E0F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E0F8 is #0D1F07. Grayscale: #E8E8E8. Windows color (decimal): -859912 or 16310514. OLE color: 16310514.

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

Color convert

RGB 242 224 248 -
CMYK 0.02 0.10 0 0.03
HSL 285º 0.63% 0.93% -
HSV(B) 285º 0.1% 0.97% -
XYZ 80.22 78.97 99.82 -
YUV 232.12 136.96 135.05 -
System Red Green Blue C M Y K H S L
Decimal 242 224 248 0.02 0.10 0 0.03 285 0.63 0.93
Hex F2 E0 F8 2 A 0 3 11D 3F 5D
Octal 362 340 370 2 12 0 3 435 77 135
Binary 11110010 11100000 11111000 10 1010 0 11 100011101 111111 1011101

Color Harmonies of #F2E0F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E0F8

Black with #F2E0F8

Text Example


Text Example

White with #F2E0F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E0F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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