Html Css Color HEX #F5E2FB White Lilac

📋 copy color: '#F5E2FB'

red 245 ◦ green 226 ◦ blue 251

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

Shades of White Lilac #F5E2FB

Tints of White Lilac #F5E2FB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 31.3%

 BLUE value IS 251 (98.44% from 255) = 34.76%

R = 33.93%
G = 31.3%
B = 34.76%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F5E2FB (or 0xF5E2FB) is known color: White Lilac. HEX triplet: F5, E2 and FB. RGB value is (245,226,251). Sum of RGB (Red+Green+Blue) = 245+226+251=722 (95% of max value = 765). Red value is 245 (96.09% from 255 or 33.93% from 722); Green value is 226 (88.67% from 255 or 31.30% from 722); Blue value is 251 (98.44% from 255 or 34.76% from 722); Max value from RGB is 251 - color contains mainly: blue. Hex color #F5E2FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5E2FB is #0A1D04. Grayscale: #EAEAEA. Windows color (decimal): -662789 or 16507637. OLE color: 16507637.

HSL color Cylindrical-coordinate representation of color #F5E2FB: hue angle of 285.6º degrees, saturation: 0.76, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F5E2FB is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 245 226 251 -
CMYK 0.02 0.10 0 0.02
HSL 285.6º 0.76% 0.94% -
HSV(B) 285.6º 0.1% 0.98% -
XYZ 82.27 80.77 102.52 -
YUV 234.53 137.29 135.47 -
System Red Green Blue C M Y K H S L
Decimal 245 226 251 0.02 0.10 0 0.02 285.6 0.76 0.94
Hex F5 E2 FB 2 A 0 2 11E 4C 5E
Octal 365 342 373 2 12 0 2 436 114 136
Binary 11110101 11100010 11111011 10 1010 0 10 100011110 1001100 1011110

Color Harmonies of #F5E2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E2FB

Black with #F5E2FB

Text Example


Text Example

White with #F5E2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E2FB; }

 p { color: rgb(245,226,251); }

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

background-color css

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

 a { background-color: rgb(245,226,251); }

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

border-color css

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

 span { border-color: rgb(245,226,251); }

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