#F2DEFB

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

Shades of White Lilac #F2DEFB

Tints of White Lilac #F2DEFB

Color information

#F2DEFB (or 0xF2DEFB) is unknown color: approx White Lilac. HEX triplet: F2, DE and FB. RGB value is (242,222,251). Sum of RGB (Red+Green+Blue) = 242+222+251=715 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.85% from 715); Green value is 222 (87.11% from 255 or 31.05% from 715); Blue value is 251 (98.44% from 255 or 35.10% from 715); Max value from RGB is 251 - color contains mainly: blue. Hex color #F2DEFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DEFB is #0D2104. Grayscale: #E7E7E7. Windows color (decimal): -860421 or 16506610. OLE color: 16506610.

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

Color convert

RGB242222251-
CMYK0.040.1200.02
HSL281.38º78.38%92.75%-
HSV(B)281.38º11.55%98.43%-
XYZ80.1578.08102.11-
YUV231.29139.13135.64-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.85%
GREEN value IS 222 (87.11% from 255) = 31.05%
BLUE value IS 251 (98.44% from 255) = 35.10%
R=33.85%
G=31.05%
B=35.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422222510.040.1200.02281.3878.3892.75
HexF2DEFB4C021194e5d
Octal36233637341402431116135
Binary111100101101111011111011100110001010001100110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DEFB; }

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

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

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

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

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

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

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

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