#F2E3FB

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

Shades of White Lilac #F2E3FB

Tints of White Lilac #F2E3FB

Color information

#F2E3FB (or 0xF2E3FB) is unknown color: approx White Lilac. HEX triplet: F2, E3 and FB. RGB value is (242,227,251). Sum of RGB (Red+Green+Blue) = 242+227+251=720 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.61% from 720); Green value is 227 (89.06% from 255 or 31.53% from 720); Blue value is 251 (98.44% from 255 or 34.86% from 720); Max value from RGB is 251 - color contains mainly: blue. Hex color #F2E3FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E3FB is #0D1C04. Grayscale: #EAEAEA. Windows color (decimal): -859141 or 16507890. OLE color: 16507890.

HSL color Cylindrical-coordinate representation of color #F2E3FB: hue angle of 277.5º degrees, saturation: 0.75, 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 #F2E3FB is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB242227251-
CMYK0.040.1000.02
HSL277.5º75%93.73%-
HSV(B)277.5º9.56%98.43%-
XYZ81.580.78102.56-
YUV234.22137.47133.55-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.61%
GREEN value IS 227 (89.06% from 255) = 31.53%
BLUE value IS 251 (98.44% from 255) = 34.86%
R=33.61%
G=31.53%
B=34.86%

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
Decimal2422272510.040.1000.02277.57593.73
HexF2E3FB4A021164b5e
Octal36234337341202426113136
Binary111100101110001111111011100101001010001011010010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E3FB; }

 p { color: rgb(242,227,251); }

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

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

 a { background-color: rgb(242,227,251); }

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

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

 span { border-color: rgb(242,227,251); }

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