Html Css Color HEX #F2E4F8 White Lilac

📋 copy color: '#F2E4F8'

red 242 ◦ green 228 ◦ blue 248

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

Shades of White Lilac #F2E4F8

Tints of White Lilac #F2E4F8

RGB

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

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

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

R = 33.7%
G = 31.75%
B = 34.54%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F2E4F8 (or 0xF2E4F8) is known color: White Lilac. HEX triplet: F2, E4 and F8. RGB value is (242,228,248). Sum of RGB (Red+Green+Blue) = 242+228+248=718 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.70% from 718); Green value is 228 (89.45% from 255 or 31.75% from 718); Blue value is 248 (97.27% from 255 or 34.54% from 718); Max value from RGB is 248 - color contains mainly: blue. Hex color #F2E4F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E4F8 is #0D1B07. Grayscale: #EAEAEA. Windows color (decimal): -858888 or 16311538. OLE color: 16311538.

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

Color convert

RGB 242 228 248 -
CMYK 0.02 0.08 0 0.03
HSL 282º 0.59% 0.93% -
HSV(B) 282º 0.08% 0.97% -
XYZ 81.3 81.14 100.18 -
YUV 234.47 135.64 133.37 -
System Red Green Blue C M Y K H S L
Decimal 242 228 248 0.02 0.08 0 0.03 282 0.59 0.93
Hex F2 E4 F8 2 8 0 3 11A 3B 5D
Octal 362 344 370 2 10 0 3 432 73 135
Binary 11110010 11100100 11111000 10 1000 0 11 100011010 111011 1011101

Color Harmonies of #F2E4F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E4F8

Black with #F2E4F8

Text Example


Text Example

White with #F2E4F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E4F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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