Html Css Color HEX #F2DFFE White Lilac

📋 copy color: '#F2DFFE'

red 242 ◦ green 223 ◦ blue 254

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

Shades of White Lilac #F2DFFE

Tints of White Lilac #F2DFFE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 31.02%

 BLUE value IS 254 (99.61% from 255) = 35.33%

R = 33.66%
G = 31.02%
B = 35.33%

CMYK

 C value IS 0.05

 M value IS 0.12

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F2DFFE (or 0xF2DFFE) is known color: White Lilac. HEX triplet: F2, DF and FE. RGB value is (242,223,254). Sum of RGB (Red+Green+Blue) = 242+223+254=719 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.66% from 719); Green value is 223 (87.5% from 255 or 31.02% from 719); Blue value is 254 (99.61% from 255 or 35.33% from 719); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2DFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DFFE is #0D2001. Grayscale: #E8E8E8. Windows color (decimal): -860162 or 16703474. OLE color: 16703474.

HSL color Cylindrical-coordinate representation of color #F2DFFE: hue angle of 276.77º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F2DFFE is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 242 223 254 -
CMYK 0.05 0.12 0 0.00
HSL 276.77º 0.94% 0.94% -
HSV(B) 276.77º 0.12% 1% -
XYZ 80.9 78.81 104.71 -
YUV 232.22 140.29 134.98 -
System Red Green Blue C M Y K H S L
Decimal 242 223 254 0.05 0.12 0 0.00 276.77 0.94 0.94
Hex F2 DF FE 5 C 0 0 115 5E 5E
Octal 362 337 376 5 14 0 0 425 136 136
Binary 11110010 11011111 11111110 101 1100 0 0 100010101 1011110 1011110

Color Harmonies of #F2DFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DFFE

Black with #F2DFFE

Text Example


Text Example

White with #F2DFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DFFE; }

 p { color: rgb(242,223,254); }

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

background-color css

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

 a { background-color: rgb(242,223,254); }

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

border-color css

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

 span { border-color: rgb(242,223,254); }

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