#F0BDE9

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

Shades of French Lilac #F0BDE9

Tints of French Lilac #F0BDE9

Color information

#F0BDE9 (or 0xF0BDE9) is unknown color: approx French Lilac. HEX triplet: F0, BD and E9. RGB value is (240,189,233). Sum of RGB (Red+Green+Blue) = 240+189+233=662 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.25% from 662); Green value is 189 (74.22% from 255 or 28.55% from 662); Blue value is 233 (91.41% from 255 or 35.20% from 662); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BDE9 is #0F4216. Grayscale: #D1D1D1. Windows color (decimal): -999959 or 15318512. OLE color: 15318512.

HSL color Cylindrical-coordinate representation of color #F0BDE9: hue angle of 308.24º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0BDE9 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB240189233-
CMYK00.210.030.06
HSL308.24º62.96%84.12%-
HSV(B)308.24º21.25%94.12%-
XYZ68.8460.885.2-
YUV209.26141.4149.92-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.25%
GREEN value IS 189 (74.22% from 255) = 28.55%
BLUE value IS 233 (91.41% from 255) = 35.20%
R=36.25%
G=28.55%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018923300.210.030.06308.2462.9684.12
HexF0BDE9015361343f54
Octal3602753510253646477124
Binary111100001011110111101001010101111101001101001111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BDE9; }

 p { color: rgb(240,189,233); }

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

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

 a { background-color: rgb(240,189,233); }

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

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

 span { border-color: rgb(240,189,233); }

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