#F5BDED

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

Shades of French Lilac #F5BDED

Tints of French Lilac #F5BDED

Color information

#F5BDED (or 0xF5BDED) is unknown color: approx French Lilac. HEX triplet: F5, BD and ED. RGB value is (245,189,237). Sum of RGB (Red+Green+Blue) = 245+189+237=671 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.51% from 671); Green value is 189 (74.22% from 255 or 28.17% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BDED is #0A4212. Grayscale: #D3D3D3. Windows color (decimal): -672275 or 15580661. OLE color: 15580661.

HSL color Cylindrical-coordinate representation of color #F5BDED: hue angle of 308.57º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F5BDED is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB245189237-
CMYK00.230.030.04
HSL308.57º73.68%85.1%-
HSV(B)308.57º22.86%96.08%-
XYZ71.1461.9288.32-
YUV211.22142.55152.1-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.51%
GREEN value IS 189 (74.22% from 255) = 28.17%
BLUE value IS 237 (92.97% from 255) = 35.32%
R=36.51%
G=28.17%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518923700.230.030.04308.5773.6885.1
HexF5BDED017341354a55
Octal36527535502734465112125
Binary1111010110111101111011010101111110010011010110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BDED; }

 p { color: rgb(245,189,237); }

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

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

 a { background-color: rgb(245,189,237); }

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

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

 span { border-color: rgb(245,189,237); }

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