Html Css Color HEX #F2E2FB White Lilac

📋 copy color: '#F2E2FB'

red 242 ◦ green 226 ◦ blue 251

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

Shades of White Lilac #F2E2FB

Tints of White Lilac #F2E2FB

RGB

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

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

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

R = 33.66%
G = 31.43%
B = 34.91%

CMYK

 C value IS 0.04

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F2E2FB (or 0xF2E2FB) is known color: White Lilac. HEX triplet: F2, E2 and FB. RGB value is (242,226,251). Sum of RGB (Red+Green+Blue) = 242+226+251=719 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.66% from 719); Green value is 226 (88.67% from 255 or 31.43% from 719); Blue value is 251 (98.44% from 255 or 34.91% from 719); Max value from RGB is 251 - color contains mainly: blue. Hex color #F2E2FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E2FB is #0D1D04. Grayscale: #E9E9E9. Windows color (decimal): -859397 or 16507634. OLE color: 16507634.

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

Color convert

RGB 242 226 251 -
CMYK 0.04 0.10 0 0.02
HSL 278.4º 0.76% 0.94% -
HSV(B) 278.4º 0.1% 0.98% -
XYZ 81.23 80.23 102.47 -
YUV 233.63 137.8 133.97 -
System Red Green Blue C M Y K H S L
Decimal 242 226 251 0.04 0.10 0 0.02 278.4 0.76 0.94
Hex F2 E2 FB 4 A 0 2 116 4C 5E
Octal 362 342 373 4 12 0 2 426 114 136
Binary 11110010 11100010 11111011 100 1010 0 10 100010110 1001100 1011110

Color Harmonies of #F2E2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E2FB

Black with #F2E2FB

Text Example


Text Example

White with #F2E2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E2FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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