Html Css Color HEX #F2DCFF White Lilac

📋 copy color: '#F2DCFF'

red 242 ◦ green 220 ◦ blue 255

#F2DCFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of White Lilac #F2DCFF

Tints of White Lilac #F2DCFF

RGB

 RED value IS 242 (94.92% from 255) = 33.75%

 GREEN value IS 220 (86.33% from 255) = 30.68%

 BLUE value IS 255 (100% from 255) = 35.56%

R = 33.75%
G = 30.68%
B = 35.56%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F2DCFF (or 0xF2DCFF) is known color: White Lilac. HEX triplet: F2, DC and FF. RGB value is (242,220,255). Sum of RGB (Red+Green+Blue) = 242+220+255=717 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.75% from 717); Green value is 220 (86.33% from 255 or 30.68% from 717); Blue value is 255 (100% from 255 or 35.56% from 717); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2DCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DCFF is #0D2300. Grayscale: #E6E6E6. Windows color (decimal): -860929 or 16768242. OLE color: 16768242.

HSL color Cylindrical-coordinate representation of color #F2DCFF: hue angle of 277.71º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F2DCFF is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 242 220 255 -
CMYK 0.05 0.14 0 0
HSL 277.71º 1% 0.93% -
HSV(B) 277.71º 0.14% 1% -
XYZ 80.26 77.28 105.29 -
YUV 230.57 141.79 136.15 -
System Red Green Blue C M Y K H S L
Decimal 242 220 255 0.05 0.14 0 0 277.71 1 0.93
Hex F2 DC FF 5 E 0 0 116 64 5D
Octal 362 334 377 5 16 0 0 426 144 135
Binary 11110010 11011100 11111111 101 1110 0 0 100010110 1100100 1011101

Color Harmonies of #F2DCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DCFF

Black with #F2DCFF

Text Example


Text Example

White with #F2DCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DCFF; }

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

 H1.HeaderClassName
 {
   color: #F2DCFF;
 }
 .AnyTagClassName
 {
   color: #F2DCFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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