#F8EDFD

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

Shades of White Lilac #F8EDFD

Tints of White Lilac #F8EDFD

Color information

#F8EDFD (or 0xF8EDFD) is unknown color: approx White Lilac. HEX triplet: F8, ED and FD. RGB value is (248,237,253). Sum of RGB (Red+Green+Blue) = 248+237+253=738 (97% of max value = 765). Red value is 248 (97.27% from 255 or 33.60% from 738); Green value is 237 (92.97% from 255 or 32.11% from 738); Blue value is 253 (99.22% from 255 or 34.28% from 738); Max value from RGB is 253 - color contains mainly: blue. Hex color #F8EDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8EDFD is #071202. Grayscale: #F2F2F2. Windows color (decimal): -463363 or 16641528. OLE color: 16641528.

HSL color Cylindrical-coordinate representation of color #F8EDFD: hue angle of 281.25º degrees, saturation: 0.8, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F8EDFD is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB248237253-
CMYK0.020.0600.01
HSL281.25º80%96.08%-
HSV(B)281.25º6.32%99.22%-
XYZ86.7387.62105.27-
YUV242.11134.14132.2-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 33.60%
GREEN value IS 237 (92.97% from 255) = 32.11%
BLUE value IS 253 (99.22% from 255) = 34.28%
R=33.60%
G=32.11%
B=34.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2482372530.020.0600.01281.258096.08
HexF8EDFD26011195060
Octal3703553752601431120140
Binary111110001110110111111101101100110001100110100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EDFD; }

 p { color: rgb(248,237,253); }

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

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

 a { background-color: rgb(248,237,253); }

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

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

 span { border-color: rgb(248,237,253); }

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