Html Css Color HEX #F2E0FB White Lilac

📋 copy color: '#F2E0FB'

red 242 ◦ green 224 ◦ blue 251

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

Shades of White Lilac #F2E0FB

Tints of White Lilac #F2E0FB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 31.24%

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

R = 33.75%
G = 31.24%
B = 35.01%

CMYK

 C value IS 0.04

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F2E0FB (or 0xF2E0FB) is known color: White Lilac. HEX triplet: F2, E0 and FB. RGB value is (242,224,251). Sum of RGB (Red+Green+Blue) = 242+224+251=717 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.75% from 717); Green value is 224 (87.89% from 255 or 31.24% from 717); Blue value is 251 (98.44% from 255 or 35.01% from 717); Max value from RGB is 251 - color contains mainly: blue. Hex color #F2E0FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E0FB is #0D1F04. Grayscale: #E8E8E8. Windows color (decimal): -859909 or 16507122. OLE color: 16507122.

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

Color convert

RGB 242 224 251 -
CMYK 0.04 0.11 0 0.02
HSL 280º 0.77% 0.93% -
HSV(B) 280º 0.11% 0.98% -
XYZ 80.69 79.15 102.29 -
YUV 232.46 138.46 134.8 -
System Red Green Blue C M Y K H S L
Decimal 242 224 251 0.04 0.11 0 0.02 280 0.77 0.93
Hex F2 E0 FB 4 B 0 2 118 4D 5D
Octal 362 340 373 4 13 0 2 430 115 135
Binary 11110010 11100000 11111011 100 1011 0 10 100011000 1001101 1011101

Color Harmonies of #F2E0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E0FB

Black with #F2E0FB

Text Example


Text Example

White with #F2E0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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