Html Css Color HEX #F5E6FD White Lilac

📋 copy color: '#F5E6FD'

red 245 ◦ green 230 ◦ blue 253

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

Shades of White Lilac #F5E6FD

Tints of White Lilac #F5E6FD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 31.59%

 BLUE value IS 253 (99.22% from 255) = 34.75%

R = 33.65%
G = 31.59%
B = 34.75%

CMYK

 C value IS 0.03

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F5E6FD (or 0xF5E6FD) is known color: White Lilac. HEX triplet: F5, E6 and FD. RGB value is (245,230,253). Sum of RGB (Red+Green+Blue) = 245+230+253=728 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.65% from 728); Green value is 230 (90.23% from 255 or 31.59% from 728); Blue value is 253 (99.22% from 255 or 34.75% from 728); Max value from RGB is 253 - color contains mainly: blue. Hex color #F5E6FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5E6FD is #0A1902. Grayscale: #EDEDED. Windows color (decimal): -661763 or 16639733. OLE color: 16639733.

HSL color Cylindrical-coordinate representation of color #F5E6FD: hue angle of 279.13º degrees, saturation: 0.85, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F5E6FD is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 245 230 253 -
CMYK 0.03 0.09 0 0.01
HSL 279.13º 0.85% 0.95% -
HSV(B) 279.13º 0.09% 0.99% -
XYZ 83.68 83.1 104.56 -
YUV 237.11 136.97 133.63 -
System Red Green Blue C M Y K H S L
Decimal 245 230 253 0.03 0.09 0 0.01 279.13 0.85 0.95
Hex F5 E6 FD 3 9 0 1 117 55 5F
Octal 365 346 375 3 11 0 1 427 125 137
Binary 11110101 11100110 11111101 11 1001 0 1 100010111 1010101 1011111

Color Harmonies of #F5E6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E6FD

Black with #F5E6FD

Text Example


Text Example

White with #F5E6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E6FD; }

 p { color: rgb(245,230,253); }

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

background-color css

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

 a { background-color: rgb(245,230,253); }

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

border-color css

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

 span { border-color: rgb(245,230,253); }

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