#F1DDFA

Color #F1DDFA White Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of White Lilac #F1DDFA

Tints of White Lilac #F1DDFA

Color information

#F1DDFA (or 0xF1DDFA) is unknown color: approx White Lilac. HEX triplet: F1, DD and FA. RGB value is (241,221,250). Sum of RGB (Red+Green+Blue) = 241+221+250=712 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.85% from 712); Green value is 221 (86.72% from 255 or 31.04% from 712); Blue value is 250 (98.05% from 255 or 35.11% from 712); Max value from RGB is 250 - color contains mainly: blue. Hex color #F1DDFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1DDFA is #0E2205. Grayscale: #E6E6E6. Windows color (decimal): -926214 or 16440817. OLE color: 16440817.

HSL color Cylindrical-coordinate representation of color #F1DDFA: hue angle of 281.38º degrees, saturation: 0.74, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F1DDFA is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB241221250-
CMYK0.040.1200.02
HSL281.38º74.36%92.35%-
HSV(B)281.38º11.6%98.04%-
XYZ79.3977.32101.18-
YUV230.29139.13135.64-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.85%
GREEN value IS 221 (86.72% from 255) = 31.04%
BLUE value IS 250 (98.05% from 255) = 35.11%
R=33.85%
G=31.04%
B=35.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2412212500.040.1200.02281.3874.3692.35
HexF1DDFA4C021194a5c
Octal36133537241402431112134
Binary111100011101110111111010100110001010001100110010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DDFA; }

 p { color: rgb(241,221,250); }

 H1.HeaderClassName
 {
   color: #F1DDFA;
 }
 .AnyTagClassName
 {
   color: #F1DDFA;
 }
</style>
background-color css

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

 a { background-color: rgb(241,221,250); }

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

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

 span { border-color: rgb(241,221,250); }

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