#F8E2FE

Color #F8E2FE White Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of White Lilac #F8E2FE

Tints of White Lilac #F8E2FE

Color information

#F8E2FE (or 0xF8E2FE) is unknown color: approx White Lilac. HEX triplet: F8, E2 and FE. RGB value is (248,226,254). Sum of RGB (Red+Green+Blue) = 248+226+254=728 (96% of max value = 765). Red value is 248 (97.27% from 255 or 34.07% from 728); Green value is 226 (88.67% from 255 or 31.04% from 728); Blue value is 254 (99.61% from 255 or 34.89% from 728); Max value from RGB is 254 - color contains mainly: blue. Hex color #F8E2FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8E2FE is #071D01. Grayscale: #EBEBEB. Windows color (decimal): -466178 or 16704248. OLE color: 16704248.

HSL color Cylindrical-coordinate representation of color #F8E2FE: hue angle of 287.14º degrees, saturation: 0.93, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F8E2FE is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB248226254-
CMYK0.020.1100.00
HSL287.14º93.33%94.12%-
HSV(B)287.14º11.02%99.61%-
XYZ83.881.5105.08-
YUV235.77138.29136.72-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.07%
GREEN value IS 226 (88.67% from 255) = 31.04%
BLUE value IS 254 (99.61% from 255) = 34.89%
R=34.07%
G=31.04%
B=34.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2482262540.020.1100.00287.1493.3394.12
HexF8E2FE2B0011f5d5e
Octal37034237621300437135136
Binary1111100011100010111111101010110010001111110111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E2FE; }

 p { color: rgb(248,226,254); }

 H1.HeaderClassName
 {
   color: #F8E2FE;
 }
 .AnyTagClassName
 {
   color: #F8E2FE;
 }
</style>
background-color css

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

 a { background-color: rgb(248,226,254); }

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

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

 span { border-color: rgb(248,226,254); }

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