#F5DDFE

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

Shades of White Lilac #F5DDFE

Tints of White Lilac #F5DDFE

Color information

#F5DDFE (or 0xF5DDFE) is unknown color: approx White Lilac. HEX triplet: F5, DD and FE. RGB value is (245,221,254). Sum of RGB (Red+Green+Blue) = 245+221+254=720 (95% of max value = 765). Red value is 245 (96.09% from 255 or 34.03% from 720); Green value is 221 (86.72% from 255 or 30.69% from 720); Blue value is 254 (99.61% from 255 or 35.28% from 720); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5DDFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DDFE is #0A2201. Grayscale: #E7E7E7. Windows color (decimal): -664066 or 16702965. OLE color: 16702965.

HSL color Cylindrical-coordinate representation of color #F5DDFE: hue angle of 283.64º 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 #F5DDFE is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB245221254-
CMYK0.040.1300.00
HSL283.64º94.29%93.14%-
HSV(B)283.64º12.99%99.61%-
XYZ81.478.28104.59-
YUV231.94140.45137.32-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.03%
GREEN value IS 221 (86.72% from 255) = 30.69%
BLUE value IS 254 (99.61% from 255) = 35.28%
R=34.03%
G=30.69%
B=35.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2452212540.040.1300.00283.6494.2993.14
HexF5DDFE4D0011c5e5d
Octal36533537641500434136135
Binary11110101110111011111111010011010010001110010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DDFE; }

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

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

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

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

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

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

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

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