Html Css Color HEX #F2DCFA White Lilac

📋 copy color: '#F2DCFA'

red 242 ◦ green 220 ◦ blue 250

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

Shades of White Lilac #F2DCFA

Tints of White Lilac #F2DCFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 35.11%

R = 33.99%
G = 30.9%
B = 35.11%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F2DCFA (or 0xF2DCFA) is known color: White Lilac. HEX triplet: F2, DC and FA. RGB value is (242,220,250). Sum of RGB (Red+Green+Blue) = 242+220+250=712 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.99% from 712); Green value is 220 (86.33% from 255 or 30.90% from 712); Blue value is 250 (98.05% from 255 or 35.11% from 712); Max value from RGB is 250 - color contains mainly: blue. Hex color #F2DCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DCFA is #0D2305. Grayscale: #E5E5E5. Windows color (decimal): -860934 or 16440562. OLE color: 16440562.

HSL color Cylindrical-coordinate representation of color #F2DCFA: hue angle of 284º degrees, saturation: 0.75, 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 #F2DCFA is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 220 250 -
CMYK 0.03 0.12 0 0.02
HSL 284º 0.75% 0.92% -
HSV(B) 284º 0.12% 0.98% -
XYZ 79.47 76.97 101.11 -
YUV 230 139.29 136.56 -
System Red Green Blue C M Y K H S L
Decimal 242 220 250 0.03 0.12 0 0.02 284 0.75 0.92
Hex F2 DC FA 3 C 0 2 11C 4B 5C
Octal 362 334 372 3 14 0 2 434 113 134
Binary 11110010 11011100 11111010 11 1100 0 10 100011100 1001011 1011100

Color Harmonies of #F2DCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DCFA

Black with #F2DCFA

Text Example


Text Example

White with #F2DCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DCFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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