Html Css Color HEX #F5DFFF White Lilac

📋 copy color: '#F5DFFF'

red 245 ◦ green 223 ◦ blue 255

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

Shades of White Lilac #F5DFFF

Tints of White Lilac #F5DFFF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 30.84%

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

R = 33.89%
G = 30.84%
B = 35.27%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F5DFFF (or 0xF5DFFF) is known color: White Lilac. HEX triplet: F5, DF and FF. RGB value is (245,223,255). Sum of RGB (Red+Green+Blue) = 245+223+255=723 (95% of max value = 765). Red value is 245 (96.09% from 255 or 33.89% from 723); Green value is 223 (87.5% from 255 or 30.84% from 723); Blue value is 255 (100% from 255 or 35.27% from 723); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5DFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DFFF is #0A2000. Grayscale: #E9E9E9. Windows color (decimal): -663553 or 16769013. OLE color: 16769013.

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

Color convert

RGB 245 223 255 -
CMYK 0.04 0.13 0 0
HSL 281.25º 1% 0.94% -
HSV(B) 281.25º 0.13% 1% -
XYZ 82.09 79.41 105.61 -
YUV 233.23 140.29 136.4 -
System Red Green Blue C M Y K H S L
Decimal 245 223 255 0.04 0.13 0 0 281.25 1 0.94
Hex F5 DF FF 4 D 0 0 119 64 5E
Octal 365 337 377 4 15 0 0 431 144 136
Binary 11110101 11011111 11111111 100 1101 0 0 100011001 1100100 1011110

Color Harmonies of #F5DFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DFFF

Black with #F5DFFF

Text Example


Text Example

White with #F5DFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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