Html Css Color HEX #F2E7FA White Lilac

📋 copy color: '#F2E7FA'

red 242 ◦ green 231 ◦ blue 250

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

Shades of White Lilac #F2E7FA

Tints of White Lilac #F2E7FA

RGB

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

 GREEN value IS 231 (90.63% from 255) = 31.95%

 BLUE value IS 250 (98.05% from 255) = 34.58%

R = 33.47%
G = 31.95%
B = 34.58%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F2E7FA (or 0xF2E7FA) is known color: White Lilac. HEX triplet: F2, E7 and FA. RGB value is (242,231,250). Sum of RGB (Red+Green+Blue) = 242+231+250=723 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.47% from 723); Green value is 231 (90.62% from 255 or 31.95% from 723); Blue value is 250 (98.05% from 255 or 34.58% from 723); Max value from RGB is 250 - color contains mainly: blue. Hex color #F2E7FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2E7FA is #0D1805. Grayscale: #ECECEC. Windows color (decimal): -858118 or 16443378. OLE color: 16443378.

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

Color convert

RGB 242 231 250 -
CMYK 0.03 0.08 0 0.02
HSL 274.74º 0.66% 0.94% -
HSV(B) 274.74º 0.08% 0.98% -
XYZ 82.45 82.93 102.1 -
YUV 236.46 135.64 131.96 -
System Red Green Blue C M Y K H S L
Decimal 242 231 250 0.03 0.08 0 0.02 274.74 0.66 0.94
Hex F2 E7 FA 3 8 0 2 113 42 5E
Octal 362 347 372 3 10 0 2 423 102 136
Binary 11110010 11100111 11111010 11 1000 0 10 100010011 1000010 1011110

Color Harmonies of #F2E7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E7FA

Black with #F2E7FA

Text Example


Text Example

White with #F2E7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E7FA; }

 p { color: rgb(242,231,250); }

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

background-color css

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

 a { background-color: rgb(242,231,250); }

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

border-color css

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

 span { border-color: rgb(242,231,250); }

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