#F2DFFB

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

Shades of White Lilac #F2DFFB

Tints of White Lilac #F2DFFB

Color information

#F2DFFB (or 0xF2DFFB) is unknown color: approx White Lilac. HEX triplet: F2, DF and FB. RGB value is (242,223,251). Sum of RGB (Red+Green+Blue) = 242+223+251=716 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.80% from 716); Green value is 223 (87.5% from 255 or 31.15% from 716); Blue value is 251 (98.44% from 255 or 35.06% from 716); Max value from RGB is 251 - color contains mainly: blue. Hex color #F2DFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DFFB is #0D2004. Grayscale: #E7E7E7. Windows color (decimal): -860165 or 16506866. OLE color: 16506866.

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

Color convert

RGB242223251-
CMYK0.040.1100.02
HSL280.71º77.78%92.94%-
HSV(B)280.71º11.16%98.43%-
XYZ80.4278.62102.2-
YUV231.87138.79135.22-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.80%
GREEN value IS 223 (87.5% from 255) = 31.15%
BLUE value IS 251 (98.44% from 255) = 35.06%
R=33.80%
G=31.15%
B=35.06%

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
Decimal2422232510.040.1100.02280.7177.7892.94
HexF2DFFB4B021194e5d
Octal36233737341302431116135
Binary111100101101111111111011100101101010001100110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DFFB; }

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

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

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

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

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

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

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

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