#F2DCFD

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

Shades of White Lilac #F2DCFD

Tints of White Lilac #F2DCFD

Color information

#F2DCFD (or 0xF2DCFD) is unknown color: approx White Lilac. HEX triplet: F2, DC and FD. RGB value is (242,220,253). Sum of RGB (Red+Green+Blue) = 242+220+253=715 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.85% from 715); Green value is 220 (86.33% from 255 or 30.77% from 715); Blue value is 253 (99.22% from 255 or 35.38% from 715); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2DCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DCFD is #0D2302. Grayscale: #E6E6E6. Windows color (decimal): -860931 or 16637170. OLE color: 16637170.

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

Color convert

RGB242220253-
CMYK0.040.1300.01
HSL280º89.19%92.75%-
HSV(B)280º13.04%99.22%-
XYZ79.9477.16103.61-
YUV230.34140.79136.32-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.85%
GREEN value IS 220 (86.33% from 255) = 30.77%
BLUE value IS 253 (99.22% from 255) = 35.38%
R=33.85%
G=30.77%
B=35.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2422202530.040.1300.0128089.1992.75
HexF2DCFD4D01118595d
Octal36233437541501430131135
Binary11110010110111001111110110011010110001100010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DCFD; }

 p { color: rgb(242,220,253); }

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

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

 a { background-color: rgb(242,220,253); }

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

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

 span { border-color: rgb(242,220,253); }

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