#F9EAFE

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

Shades of White Lilac #F9EAFE

Tints of White Lilac #F9EAFE

Color information

#F9EAFE (or 0xF9EAFE) is unknown color: approx White Lilac. HEX triplet: F9, EA and FE. RGB value is (249,234,254). Sum of RGB (Red+Green+Blue) = 249+234+254=737 (97% of max value = 765). Red value is 249 (97.66% from 255 or 33.79% from 737); Green value is 234 (91.80% from 255 or 31.75% from 737); Blue value is 254 (99.61% from 255 or 34.46% from 737); Max value from RGB is 254 - color contains mainly: blue. Hex color #F9EAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9EAFE is #061501. Grayscale: #F0F0F0. Windows color (decimal): -398594 or 16706297. OLE color: 16706297.

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

Color convert

RGB249234254-
CMYK0.020.0800.00
HSL285º90.91%95.69%-
HSV(B)285º7.87%99.61%-
XYZ86.3886.14105.84-
YUV240.76135.47133.87-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 33.79%
GREEN value IS 234 (91.80% from 255) = 31.75%
BLUE value IS 254 (99.61% from 255) = 34.46%
R=33.79%
G=31.75%
B=34.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2492342540.020.0800.0028590.9195.69
HexF9EAFE280011d5b60
Octal37135237621000435133140
Binary1111100111101010111111101010000010001110110110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EAFE; }

 p { color: rgb(249,234,254); }

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

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

 a { background-color: rgb(249,234,254); }

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

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

 span { border-color: rgb(249,234,254); }

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