#F2E0FB

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

Shades of White Lilac #F2E0FB

Tints of White Lilac #F2E0FB

Color information

#F2E0FB (or 0xF2E0FB) is unknown color: approx White Lilac. HEX triplet: F2, E0 and FB. RGB value is (242,224,251). Sum of RGB (Red+Green+Blue) = 242+224+251=717 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.75% from 717); Green value is 224 (87.89% from 255 or 31.24% 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 #F2E0FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E0FB is #0D1F04. Grayscale: #E8E8E8. Windows color (decimal): -859909 or 16507122. OLE color: 16507122.

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

Color convert

RGB242224251-
CMYK0.040.1100.02
HSL280º77.14%93.14%-
HSV(B)280º10.76%98.43%-
XYZ80.6979.15102.29-
YUV232.46138.46134.8-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.75%
GREEN value IS 224 (87.89% from 255) = 31.24%
BLUE value IS 251 (98.44% from 255) = 35.01%
R=33.75%
G=31.24%
B=35.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422242510.040.1100.0228077.1493.14
HexF2E0FB4B021184d5d
Octal36234037341302430115135
Binary111100101110000011111011100101101010001100010011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E0FB; }

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

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

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

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

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

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

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

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