#F5E9FC

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

Shades of White Lilac #F5E9FC

Tints of White Lilac #F5E9FC

Color information

#F5E9FC (or 0xF5E9FC) is unknown color: approx White Lilac. HEX triplet: F5, E9 and FC. RGB value is (245,233,252). Sum of RGB (Red+Green+Blue) = 245+233+252=730 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.56% from 730); Green value is 233 (91.41% from 255 or 31.92% from 730); Blue value is 252 (98.83% from 255 or 34.52% from 730); Max value from RGB is 252 - color contains mainly: blue. Hex color #F5E9FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5E9FC is #0A1603. Grayscale: #EEEEEE. Windows color (decimal): -660996 or 16574965. OLE color: 16574965.

HSL color Cylindrical-coordinate representation of color #F5E9FC: hue angle of 277.89º degrees, saturation: 0.76, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F5E9FC is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB245233252-
CMYK0.030.0800.01
HSL277.89º76%95.1%-
HSV(B)277.89º7.54%98.82%-
XYZ84.3784.72104-
YUV238.75135.48132.46-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.56%
GREEN value IS 233 (91.41% from 255) = 31.92%
BLUE value IS 252 (98.83% from 255) = 34.52%
R=33.56%
G=31.92%
B=34.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2452332520.030.0800.01277.897695.1
HexF5E9FC38011164c5f
Octal36535137431001426114137
Binary1111010111101001111111001110000110001011010011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E9FC; }

 p { color: rgb(245,233,252); }

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

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

 a { background-color: rgb(245,233,252); }

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

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

 span { border-color: rgb(245,233,252); }

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