Html Css Color HEX #F2E0FC White Lilac

📋 copy color: '#F2E0FC'

red 242 ◦ green 224 ◦ blue 252

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

Shades of White Lilac #F2E0FC

Tints of White Lilac #F2E0FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 35.1%

R = 33.7%
G = 31.2%
B = 35.1%

CMYK

 C value IS 0.04

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F2E0FC (or 0xF2E0FC) is known color: White Lilac. HEX triplet: F2, E0 and FC. RGB value is (242,224,252). Sum of RGB (Red+Green+Blue) = 242+224+252=718 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.70% from 718); Green value is 224 (87.89% from 255 or 31.20% from 718); Blue value is 252 (98.83% from 255 or 35.10% from 718); Max value from RGB is 252 - color contains mainly: blue. Hex color #F2E0FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E0FC is #0D1F03. Grayscale: #E8E8E8. Windows color (decimal): -859908 or 16572658. OLE color: 16572658.

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

Color convert

RGB 242 224 252 -
CMYK 0.04 0.11 0 0.01
HSL 278.57º 0.82% 0.93% -
HSV(B) 278.57º 0.11% 0.99% -
XYZ 80.84 79.22 103.12 -
YUV 232.57 138.96 134.72 -
System Red Green Blue C M Y K H S L
Decimal 242 224 252 0.04 0.11 0 0.01 278.57 0.82 0.93
Hex F2 E0 FC 4 B 0 1 117 52 5D
Octal 362 340 374 4 13 0 1 427 122 135
Binary 11110010 11100000 11111100 100 1011 0 1 100010111 1010010 1011101

Color Harmonies of #F2E0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E0FC

Black with #F2E0FC

Text Example


Text Example

White with #F2E0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E0FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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