Html Css Color HEX #F2E5FB White Lilac

📋 copy color: '#F2E5FB'

red 242 ◦ green 229 ◦ blue 251

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

Shades of White Lilac #F2E5FB

Tints of White Lilac #F2E5FB

RGB

 RED value IS 242 (94.92% from 255) = 33.52%

 GREEN value IS 229 (89.84% from 255) = 31.72%

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

R = 33.52%
G = 31.72%
B = 34.76%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F2E5FB (or 0xF2E5FB) is known color: White Lilac. HEX triplet: F2, E5 and FB. RGB value is (242,229,251). Sum of RGB (Red+Green+Blue) = 242+229+251=722 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.52% from 722); Green value is 229 (89.84% from 255 or 31.72% 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 #F2E5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E5FB is #0D1A04. Grayscale: #EBEBEB. Windows color (decimal): -858629 or 16508402. OLE color: 16508402.

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

Color convert

RGB 242 229 251 -
CMYK 0.04 0.09 0 0.02
HSL 275.45º 0.73% 0.94% -
HSV(B) 275.45º 0.09% 0.98% -
XYZ 82.05 81.88 102.75 -
YUV 235.4 136.81 132.71 -
System Red Green Blue C M Y K H S L
Decimal 242 229 251 0.04 0.09 0 0.02 275.45 0.73 0.94
Hex F2 E5 FB 4 9 0 2 113 49 5E
Octal 362 345 373 4 11 0 2 423 111 136
Binary 11110010 11100101 11111011 100 1001 0 10 100010011 1001001 1011110

Color Harmonies of #F2E5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E5FB

Black with #F2E5FB

Text Example


Text Example

White with #F2E5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E5FB; }

 p { color: rgb(242,229,251); }

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

background-color css

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

 a { background-color: rgb(242,229,251); }

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

border-color css

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

 span { border-color: rgb(242,229,251); }

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