Html Css Color HEX #F2E1FB White Lilac

📋 copy color: '#F2E1FB'

red 242 ◦ green 225 ◦ blue 251

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

Shades of White Lilac #F2E1FB

Tints of White Lilac #F2E1FB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 31.34%

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

R = 33.7%
G = 31.34%
B = 34.96%

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

#F2E1FB (or 0xF2E1FB) is known color: White Lilac. HEX triplet: F2, E1 and FB. RGB value is (242,225,251). Sum of RGB (Red+Green+Blue) = 242+225+251=718 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.70% from 718); Green value is 225 (88.28% from 255 or 31.34% from 718); Blue value is 251 (98.44% from 255 or 34.96% from 718); Max value from RGB is 251 - color contains mainly: blue. Hex color #F2E1FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E1FB is #0D1E04. Grayscale: #E8E8E8. Windows color (decimal): -859653 or 16507378. OLE color: 16507378.

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

Color convert

RGB 242 225 251 -
CMYK 0.04 0.10 0 0.02
HSL 279.23º 0.76% 0.93% -
HSV(B) 279.23º 0.1% 0.98% -
XYZ 80.96 79.69 102.38 -
YUV 233.05 138.13 134.39 -
System Red Green Blue C M Y K H S L
Decimal 242 225 251 0.04 0.10 0 0.02 279.23 0.76 0.93
Hex F2 E1 FB 4 A 0 2 117 4C 5D
Octal 362 341 373 4 12 0 2 427 114 135
Binary 11110010 11100001 11111011 100 1010 0 10 100010111 1001100 1011101

Color Harmonies of #F2E1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E1FB

Black with #F2E1FB

Text Example


Text Example

White with #F2E1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E1FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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