Html Css Color HEX #F0DCFA White Lilac

📋 copy color: '#F0DCFA'

red 240 ◦ green 220 ◦ blue 250

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

Shades of White Lilac #F0DCFA

Tints of White Lilac #F0DCFA

RGB

 RED value IS 240 (94.14% from 255) = 33.8%

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

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

R = 33.8%
G = 30.99%
B = 35.21%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F0DCFA (or 0xF0DCFA) is known color: White Lilac. HEX triplet: F0, DC and FA. RGB value is (240,220,250). Sum of RGB (Red+Green+Blue) = 240+220+250=710 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.80% from 710); Green value is 220 (86.33% from 255 or 30.99% from 710); Blue value is 250 (98.05% from 255 or 35.21% from 710); Max value from RGB is 250 - color contains mainly: blue. Hex color #F0DCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DCFA is #0F2305. Grayscale: #E5E5E5. Windows color (decimal): -992006 or 16440560. OLE color: 16440560.

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

Color convert

RGB 240 220 250 -
CMYK 0.04 0.12 0 0.02
HSL 280º 0.75% 0.92% -
HSV(B) 280º 0.12% 0.98% -
XYZ 78.78 76.61 101.08 -
YUV 229.4 139.63 135.56 -
System Red Green Blue C M Y K H S L
Decimal 240 220 250 0.04 0.12 0 0.02 280 0.75 0.92
Hex F0 DC FA 4 C 0 2 118 4B 5C
Octal 360 334 372 4 14 0 2 430 113 134
Binary 11110000 11011100 11111010 100 1100 0 10 100011000 1001011 1011100

Color Harmonies of #F0DCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DCFA

Black with #F0DCFA

Text Example


Text Example

White with #F0DCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DCFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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