#F0E2FB

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

Shades of White Lilac #F0E2FB

Tints of White Lilac #F0E2FB

Color information

#F0E2FB (or 0xF0E2FB) is unknown color: approx White Lilac. HEX triplet: F0, E2 and FB. RGB value is (240,226,251). Sum of RGB (Red+Green+Blue) = 240+226+251=717 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.47% from 717); Green value is 226 (88.67% from 255 or 31.52% from 717); Blue value is 251 (98.44% from 255 or 35.01% from 717); Max value from RGB is 251 - color contains mainly: blue. Hex color #F0E2FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0E2FB is #0F1D04. Grayscale: #E8E8E8. Windows color (decimal): -990469 or 16507632. OLE color: 16507632.

HSL color Cylindrical-coordinate representation of color #F0E2FB: hue angle of 273.6º degrees, saturation: 0.76, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F0E2FB is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB240226251-
CMYK0.040.1000.02
HSL273.6º75.76%93.53%-
HSV(B)273.6º9.96%98.43%-
XYZ80.5479.88102.44-
YUV233.04138.14132.97-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.47%
GREEN value IS 226 (88.67% from 255) = 31.52%
BLUE value IS 251 (98.44% from 255) = 35.01%
R=33.47%
G=31.52%
B=35.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402262510.040.1000.02273.675.7693.53
HexF0E2FB4A021124c5e
Octal36034237341202422114136
Binary111100001110001011111011100101001010001001010011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E2FB; }

 p { color: rgb(240,226,251); }

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

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

 a { background-color: rgb(240,226,251); }

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

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

 span { border-color: rgb(240,226,251); }

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