#F2E4FB

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

Shades of White Lilac #F2E4FB

Tints of White Lilac #F2E4FB

Color information

#F2E4FB (or 0xF2E4FB) is unknown color: approx White Lilac. HEX triplet: F2, E4 and FB. RGB value is (242,228,251). Sum of RGB (Red+Green+Blue) = 242+228+251=721 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.56% from 721); Green value is 228 (89.45% from 255 or 31.62% from 721); Blue value is 251 (98.44% from 255 or 34.81% from 721); Max value from RGB is 251 - color contains mainly: blue. Hex color #F2E4FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E4FB is #0D1B04. Grayscale: #EAEAEA. Windows color (decimal): -858885 or 16508146. OLE color: 16508146.

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

Color convert

RGB242228251-
CMYK0.040.0900.02
HSL276.52º74.19%93.92%-
HSV(B)276.52º9.16%98.43%-
XYZ81.7781.33102.65-
YUV234.81137.14133.13-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.56%
GREEN value IS 228 (89.45% from 255) = 31.62%
BLUE value IS 251 (98.44% from 255) = 34.81%
R=33.56%
G=31.62%
B=34.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422282510.040.0900.02276.5274.1993.92
HexF2E4FB49021154a5e
Octal36234437341102425112136
Binary111100101110010011111011100100101010001010110010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E4FB; }

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

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

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

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

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

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

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

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