#F2DCFC

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

Shades of White Lilac #F2DCFC

Tints of White Lilac #F2DCFC

Color information

#F2DCFC (or 0xF2DCFC) is unknown color: approx White Lilac. HEX triplet: F2, DC and FC. RGB value is (242,220,252). Sum of RGB (Red+Green+Blue) = 242+220+252=714 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.89% from 714); Green value is 220 (86.33% from 255 or 30.81% from 714); Blue value is 252 (98.83% from 255 or 35.29% from 714); Max value from RGB is 252 - color contains mainly: blue. Hex color #F2DCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DCFC is #0D2303. Grayscale: #E6E6E6. Windows color (decimal): -860932 or 16571634. OLE color: 16571634.

HSL color Cylindrical-coordinate representation of color #F2DCFC: hue angle of 281.25º degrees, saturation: 0.84, 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 #F2DCFC is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB242220252-
CMYK0.040.1300.01
HSL281.25º84.21%92.55%-
HSV(B)281.25º12.7%98.82%-
XYZ79.7877.09102.77-
YUV230.23140.29136.4-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.89%
GREEN value IS 220 (86.33% from 255) = 30.81%
BLUE value IS 252 (98.83% from 255) = 35.29%
R=33.89%
G=30.81%
B=35.29%

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
Decimal2422202520.040.1300.01281.2584.2192.55
HexF2DCFC4D01119545d
Octal36233437441501431124135
Binary11110010110111001111110010011010110001100110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DCFC; }

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

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

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

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

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

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

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

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