#F2DEFA

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

Shades of White Lilac #F2DEFA

Tints of White Lilac #F2DEFA

Color information

#F2DEFA (or 0xF2DEFA) is unknown color: approx White Lilac. HEX triplet: F2, DE and FA. RGB value is (242,222,250). Sum of RGB (Red+Green+Blue) = 242+222+250=714 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.89% from 714); Green value is 222 (87.11% from 255 or 31.09% from 714); Blue value is 250 (98.05% from 255 or 35.01% from 714); Max value from RGB is 250 - color contains mainly: blue. Hex color #F2DEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DEFA is #0D2105. Grayscale: #E7E7E7. Windows color (decimal): -860422 or 16441074. OLE color: 16441074.

HSL color Cylindrical-coordinate representation of color #F2DEFA: hue angle of 282.86º degrees, saturation: 0.74, 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 #F2DEFA is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB242222250-
CMYK0.030.1100.02
HSL282.86º73.68%92.55%-
HSV(B)282.86º11.2%98.04%-
XYZ79.9978.02101.29-
YUV231.17138.63135.72-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.89%
GREEN value IS 222 (87.11% from 255) = 31.09%
BLUE value IS 250 (98.05% from 255) = 35.01%
R=33.89%
G=31.09%
B=35.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422222500.030.1100.02282.8673.6892.55
HexF2DEFA3B0211b4a5d
Octal36233637231302433112135
Binary11110010110111101111101011101101010001101110010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DEFA; }

 p { color: rgb(242,222,250); }

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

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

 a { background-color: rgb(242,222,250); }

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

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

 span { border-color: rgb(242,222,250); }

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