| View previous topic :: View next topic |
| Author |
Message |
Markcr Guest
|
Posted: Thu Mar 23, 2006 7:03 pm Post subject: How to make form color same as internet color? |
|
|
I have a website which is very pink.The customer will use a db program i
have written for them to maintain the contents of the site.
Now because the website uses a background color of #FFB6C1 which is Light
Pink I want to make this the same for the data entry screen. Alas when I
apply this as Form color 0x00FFB6C1 I get a very purple color
The other choics was FFDAB9 (0x00FFDAB9) which shows online as a peach color
but on the form shows pale blue!
Is it possible to change the form color to be like the internet color?
thanks |
|
| Back to top |
|
 |
Bruce Salzman Guest
|
Posted: Thu Mar 23, 2006 7:03 pm Post subject: Re: How to make form color same as internet color? |
|
|
"Markcr" <markcr (AT) ntlworldminusthistext (DOT) com> wrote in message
news:4422dff2 (AT) newsgroups (DOT) borland.com...
| Quote: | I have a website which is very pink.The customer will use a db
program i have written for them to maintain the contents of the site.
Now because the website uses a background color of #FFB6C1 which is
Light Pink I want to make this the same for the data entry screen.
Alas when I apply this as Form color 0x00FFB6C1 I get a very purple
color
The other choics was FFDAB9 (0x00FFDAB9) which shows online as a
peach color but on the form shows pale blue!
Is it possible to change the form color to be like the internet
color?
|
HTML specifies colors as RRGGBB values, while windows uses BBGGRR
values,
so try 0x00C1B6FF and 0x00B9DAFF
--
Bruce |
|
| Back to top |
|
 |
Markcr Guest
|
Posted: Thu Mar 23, 2006 7:03 pm Post subject: Re: How to make form color same as internet color? |
|
|
| Quote: | HTML specifies colors as RRGGBB values, while windows uses BBGGRR values,
so try 0x00C1B6FF and 0x00B9DAFF
--
Bruce
|
Thanks for the very quick response! Just what I needed. The project is now
pretty in pastel pinks |
|
| Back to top |
|
 |
|