Html Css Color HEX #F2DFFB White Lilac

📋 copy color: '#F2DFFB'

red 242 ◦ green 223 ◦ blue 251

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

Shades of White Lilac #F2DFFB

Tints of White Lilac #F2DFFB

RGB

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

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

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

R = 33.8%
G = 31.15%
B = 35.06%

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

#F2DFFB (or 0xF2DFFB) is known color: White Lilac. HEX triplet: F2, DF and FB. RGB value is (242,223,251). Sum of RGB (Red+Green+Blue) = 242+223+251=716 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.80% from 716); Green value is 223 (87.5% from 255 or 31.15% from 716); Blue value is 251 (98.44% from 255 or 35.06% from 716); Max value from RGB is 251 - color contains mainly: blue. Hex color #F2DFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DFFB is #0D2004. Grayscale: #E7E7E7. Windows color (decimal): -860165 or 16506866. OLE color: 16506866.

HSL color Cylindrical-coordinate representation of color #F2DFFB: hue angle of 280.71º degrees, saturation: 0.78, 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 #F2DFFB is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 223 251 -
CMYK 0.04 0.11 0 0.02
HSL 280.71º 0.78% 0.93% -
HSV(B) 280.71º 0.11% 0.98% -
XYZ 80.42 78.62 102.2 -
YUV 231.87 138.79 135.22 -
System Red Green Blue C M Y K H S L
Decimal 242 223 251 0.04 0.11 0 0.02 280.71 0.78 0.93
Hex F2 DF FB 4 B 0 2 119 4E 5D
Octal 362 337 373 4 13 0 2 431 116 135
Binary 11110010 11011111 11111011 100 1011 0 10 100011001 1001110 1011101

Color Harmonies of #F2DFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DFFB

Black with #F2DFFB

Text Example


Text Example

White with #F2DFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DFFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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