Html Css Color HEX #F2DDFD White Lilac

📋 copy color: '#F2DDFD'

red 242 ◦ green 221 ◦ blue 253

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

Shades of White Lilac #F2DDFD

Tints of White Lilac #F2DDFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 35.34%

R = 33.8%
G = 30.87%
B = 35.34%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F2DDFD (or 0xF2DDFD) is known color: White Lilac. HEX triplet: F2, DD and FD. RGB value is (242,221,253). Sum of RGB (Red+Green+Blue) = 242+221+253=716 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.80% from 716); Green value is 221 (86.72% from 255 or 30.87% from 716); Blue value is 253 (99.22% from 255 or 35.34% from 716); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2DDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DDFD is #0D2202. Grayscale: #E6E6E6. Windows color (decimal): -860675 or 16637426. OLE color: 16637426.

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

Color convert

RGB 242 221 253 -
CMYK 0.04 0.13 0 0.01
HSL 279.38º 0.89% 0.93% -
HSV(B) 279.38º 0.13% 0.99% -
XYZ 80.2 77.68 103.7 -
YUV 230.93 140.46 135.9 -
System Red Green Blue C M Y K H S L
Decimal 242 221 253 0.04 0.13 0 0.01 279.38 0.89 0.93
Hex F2 DD FD 4 D 0 1 117 59 5D
Octal 362 335 375 4 15 0 1 427 131 135
Binary 11110010 11011101 11111101 100 1101 0 1 100010111 1011001 1011101

Color Harmonies of #F2DDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DDFD

Black with #F2DDFD

Text Example


Text Example

White with #F2DDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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