Html Css Color HEX #F5DCFF White Lilac

📋 copy color: '#F5DCFF'

red 245 ◦ green 220 ◦ blue 255

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

Shades of White Lilac #F5DCFF

Tints of White Lilac #F5DCFF

RGB

 RED value IS 245 (96.09% from 255) = 34.03%

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

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

R = 34.03%
G = 30.56%
B = 35.42%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F5DCFF (or 0xF5DCFF) is known color: White Lilac. HEX triplet: F5, DC and FF. RGB value is (245,220,255). Sum of RGB (Red+Green+Blue) = 245+220+255=720 (95% of max value = 765). Red value is 245 (96.09% from 255 or 34.03% from 720); Green value is 220 (86.33% from 255 or 30.56% from 720); Blue value is 255 (100% from 255 or 35.42% from 720); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5DCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DCFF is #0A2300. Grayscale: #E7E7E7. Windows color (decimal): -664321 or 16768245. OLE color: 16768245.

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

Color convert

RGB 245 220 255 -
CMYK 0.04 0.14 0 0
HSL 282.86º 1% 0.93% -
HSV(B) 282.86º 0.14% 1% -
XYZ 81.3 77.82 105.34 -
YUV 231.47 141.28 137.65 -
System Red Green Blue C M Y K H S L
Decimal 245 220 255 0.04 0.14 0 0 282.86 1 0.93
Hex F5 DC FF 4 E 0 0 11B 64 5D
Octal 365 334 377 4 16 0 0 433 144 135
Binary 11110101 11011100 11111111 100 1110 0 0 100011011 1100100 1011101

Color Harmonies of #F5DCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DCFF

Black with #F5DCFF

Text Example


Text Example

White with #F5DCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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