Html Css Color HEX #F2DDFE White Lilac

📋 copy color: '#F2DDFE'

red 242 ◦ green 221 ◦ blue 254

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

Shades of White Lilac #F2DDFE

Tints of White Lilac #F2DDFE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 30.82%

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

R = 33.75%
G = 30.82%
B = 35.43%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F2DDFE (or 0xF2DDFE) is known color: White Lilac. HEX triplet: F2, DD and FE. RGB value is (242,221,254). Sum of RGB (Red+Green+Blue) = 242+221+254=717 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.75% from 717); Green value is 221 (86.72% from 255 or 30.82% from 717); Blue value is 254 (99.61% from 255 or 35.43% from 717); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2DDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DDFE is #0D2201. Grayscale: #E6E6E6. Windows color (decimal): -860674 or 16702962. OLE color: 16702962.

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

Color convert

RGB 242 221 254 -
CMYK 0.05 0.13 0 0.00
HSL 278.18º 0.94% 0.93% -
HSV(B) 278.18º 0.13% 1% -
XYZ 80.36 77.75 104.54 -
YUV 231.04 140.96 135.82 -
System Red Green Blue C M Y K H S L
Decimal 242 221 254 0.05 0.13 0 0.00 278.18 0.94 0.93
Hex F2 DD FE 5 D 0 0 116 5E 5D
Octal 362 335 376 5 15 0 0 426 136 135
Binary 11110010 11011101 11111110 101 1101 0 0 100010110 1011110 1011101

Color Harmonies of #F2DDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DDFE

Black with #F2DDFE

Text Example


Text Example

White with #F2DDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DDFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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