#F2DCFB

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

Shades of White Lilac #F2DCFB

Tints of White Lilac #F2DCFB

Color information

#F2DCFB (or 0xF2DCFB) is unknown color: approx White Lilac. HEX triplet: F2, DC and FB. RGB value is (242,220,251). Sum of RGB (Red+Green+Blue) = 242+220+251=713 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.94% from 713); Green value is 220 (86.33% from 255 or 30.86% from 713); Blue value is 251 (98.44% from 255 or 35.20% from 713); Max value from RGB is 251 - color contains mainly: blue. Hex color #F2DCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DCFB is #0D2304. Grayscale: #E6E6E6. Windows color (decimal): -860933 or 16506098. OLE color: 16506098.

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

Color convert

RGB242220251-
CMYK0.040.1200.02
HSL282.58º79.49%92.35%-
HSV(B)282.58º12.35%98.43%-
XYZ79.6277.03101.94-
YUV230.11139.79136.48-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.94%
GREEN value IS 220 (86.33% from 255) = 30.86%
BLUE value IS 251 (98.44% from 255) = 35.20%
R=33.94%
G=30.86%
B=35.20%

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
Decimal2422202510.040.1200.02282.5879.4992.35
HexF2DCFB4C0211b4f5c
Octal36233437341402433117134
Binary111100101101110011111011100110001010001101110011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DCFB; }

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

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

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

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

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

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

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

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